{
  "swagger": "2.0",
  "info": {
    "description": "APIs to manage your network through the SD-WAN Orchestrator",
    "version": "721",
    "title": "SD-WAN Orchestrator API",
    "license": {
      "name": "Citrix Systems"
    }
  },
  "host": "sdwan-policy-us1.citrixnetworkapi.net",
  "basePath": "/",
  "tags": [
    {
      "name": "alert-controller",
      "description": "Alert Controller"
    },
    {
      "name": "audit-log-configuration-controller",
      "description": "Audit Log Configuration Controller"
    },
    {
      "name": "audit-log-controller",
      "description": "Audit Log Controller"
    },
    {
      "name": "auth-controller",
      "description": "Auth Controller"
    },
    {
      "name": "aws-transit-gateway-connect-controller",
      "description": "Aws Transit Gateway Connect Controller"
    },
    {
      "name": "azure-vwan-controller",
      "description": "Azure VWAN Controller"
    },
    {
      "name": "change-mgmt-controller",
      "description": "Change Mgmt Controller"
    },
    {
      "name": "config-controller",
      "description": "Config Controller"
    },
    {
      "name": "customer-controller",
      "description": "Customer Controller"
    },
    {
      "name": "license-controller",
      "description": "License Controller"
    },
    {
      "name": "location-controller",
      "description": "Location Controller"
    },
    {
      "name": "role-controller",
      "description": "Role Controller"
    },
    {
      "name": "site-controller",
      "description": "Site Controller"
    },
    {
      "name": "statistics-controller",
      "description": "Statistics Controller"
    },
    {
      "name": "user-role-controller",
      "description": "User Role Controller"
    },
    {
      "name": "version-controller",
      "description": "Version Controller"
    },
    {
      "name": "zscaler-controller",
      "description": "Zscaler Controller"
    }
  ],
  "schemes": [
    "https"
  ],
  "paths": {
    "/{ccId}/api/v1/customer/ccId/{citrixCloudId}": {
      "get": {
        "tags": [
          "customer-controller"
        ],
        "summary": "Get Customer From Cc Id",
        "operationId": "getCustomerFromCcIDUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "citrixCloudId",
            "in": "path",
            "description": "citrixCloudId",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "string"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}": {
      "get": {
        "tags": [
          "customer-controller"
        ],
        "summary": "Get Customer",
        "operationId": "getCustomerUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/CustomerGET"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/activate": {
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Activate",
        "operationId": "activateUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ],
        "deprecated": true
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/alert/{alertIds}": {
      "delete": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Delete Alerts For Customer",
        "operationId": "deleteAlertsForCustomerUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "alertIds",
            "in": "path",
            "description": "alertIds",
            "required": true,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/alerts": {
      "get": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Get Alerts For Network",
        "operationId": "getAlertsForNetworkUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Delete All Alerts For Customer",
        "operationId": "deleteAllAlertsForCustomerUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/alerts/count": {
      "get": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Get Alerts Count For Customer",
        "operationId": "getAlertsCountForCustomerUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/applianceVersion": {
      "put": {
        "tags": [
          "customer-controller"
        ],
        "summary": "Update Software Version",
        "operationId": "updateSoftwareVersionUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "payload",
            "description": "payload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ApplianceVersion"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/build": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Build Config",
        "operationId": "buildConfigUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/cancelStage": {
      "post": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Cancel Stage",
        "operationId": "cancelStageUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/cloudSites": {
      "get": {
        "tags": [
          "site-controller"
        ],
        "summary": "Get Cloud Sites",
        "operationId": "getCloudSitesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "cloudProvider",
            "in": "query",
            "description": "cloudProvider",
            "required": false,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/SiteCloudInfoResponse"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/cmActivate": {
      "post": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Cm Activate",
        "operationId": "cmActivateUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/cmNetworkStatus": {
      "get": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Cm Network Status",
        "operationId": "cmNetworkStatusUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/CmNetworkStatus"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/cmSettings": {
      "get": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Get Cm Settings",
        "operationId": "getCmSettingsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/CmServiceData"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Post Cm Settings",
        "operationId": "postCmSettingsUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "cmServiceData",
            "description": "cmServiceData",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CmServiceData"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/CmServiceData"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/cmStage": {
      "post": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Cm Stage",
        "operationId": "cmStageUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Customer Config",
        "operationId": "getCustomerConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/appQoE": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get App Qo EConfig",
        "operationId": "getAppQoEConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkAppQoEConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create App Qo EConfig",
        "operationId": "createAppQoEConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkAppQoEConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkAppQoEConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete App Qo Es Config",
        "operationId": "deleteAppQoEsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/applicationQoe": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Application Qoe Config",
        "operationId": "getApplicationQoeConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkApplicationQoe"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Application Qoe Config",
        "operationId": "createApplicationQoeConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkApplicationQoe"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkApplicationQoe"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Application Qor Config",
        "operationId": "deleteApplicationQorConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/applicationSettings": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Application Settings Config",
        "operationId": "getApplicationSettingsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkApplicationSettings"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Application Settings Config",
        "operationId": "createApplicationSettingsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkApplicationSettings"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkApplicationSettings"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Application Settings Config",
        "operationId": "deleteApplicationSettingsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/applications": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getapplications Config",
        "operationId": "getapplicationsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkApplications"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createapplications Config",
        "operationId": "createapplicationsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkApplications"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkApplications"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deleteapplications Zones Config",
        "operationId": "deleteapplicationsZonesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/autopathRules": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Auto Path Rules Config",
        "operationId": "getAutoPathRulesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkAutoPathRules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Auto Path Rules Config",
        "operationId": "createAutoPathRulesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkAutoPathRules"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkAutoPathRules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Auto Path Rules Config",
        "operationId": "deleteAutoPathRulesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/awsTransitGatewayConnect/auth": {
      "get": {
        "tags": [
          "aws-transit-gateway-connect-controller"
        ],
        "summary": "Get Auth",
        "operationId": "getAuthUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Subscription details",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/AwsTransitGatewayConnectAuthResponse"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Customer Subscription not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "aws-transit-gateway-connect-controller"
        ],
        "summary": "Auth",
        "operationId": "authUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "payload",
            "description": "payload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AwsTransitGatewayConnectAuthPayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Post Subscription info Created",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/AwsTransitGatewayConnectAuthResponse"
            }
          },
          "400": {
            "description": "Bad Request. Please check the subscription details",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Subscription already exists",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "aws-transit-gateway-connect-controller"
        ],
        "summary": "Put Auth",
        "operationId": "putAuthUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "payload",
            "description": "payload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AwsTransitGatewayConnectAuthPayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Subscription Updated",
            "schema": {
              "$ref": "#/definitions/AwsTransitGatewayConnectAuthResponse"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Subscription not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "aws-transit-gateway-connect-controller"
        ],
        "summary": "Delete Auth",
        "operationId": "deleteAuthUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Subscription Deleted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Subscription not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/awsTransitGatewayConnect/refresh": {
      "put": {
        "tags": [
          "aws-transit-gateway-connect-controller"
        ],
        "summary": "Refresh Mapping",
        "operationId": "refreshMappingUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "AWS Transit Gateway Connect Config refreshed",
            "schema": {
              "$ref": "#/definitions/AwsTransitGatewayConnectSaasGwAllSites"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/awsTransitGatewayConnect/resources/region/{awsRegion}/vpcid/{vpcid}": {
      "get": {
        "tags": [
          "aws-transit-gateway-connect-controller"
        ],
        "summary": "Get Aws Tgw Connect Resources",
        "operationId": "getAwsTgwConnectResourcesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "awsRegion",
            "in": "path",
            "description": "awsRegion",
            "required": true,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "vpcid",
            "in": "path",
            "description": "vpcid",
            "required": true,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Get AWS Transit Gateway Resources Successfull",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/AwsTransitGatewayConnectResourcesResponse"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Customer Subscription not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/awsTransitGatewayConnect/siteList": {
      "get": {
        "tags": [
          "aws-transit-gateway-connect-controller"
        ],
        "summary": "Get Aws Transit Gateway Connect Site List",
        "operationId": "getAwsTransitGatewayConnectSiteListUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "AWS Transit Gateway Connect Config of all sites",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/AwsTransitGatewayConnectAllSiteResponses"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/azureVWANMap": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Azure Vwan Map",
        "operationId": "getAzureVWANMapUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Azure VWAN map content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/AzureVWANMap"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Azure Vwan Map",
        "operationId": "postAzureVWANMapUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "in": "body",
            "name": "azureVWANMap",
            "description": "azureVWANMap",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AzureVWANMap"
            }
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "201": {
            "description": "Azure VWAN map created"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Update Azure Vwan Map",
        "operationId": "updateAzureVWANMapUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "in": "body",
            "name": "azureVWANMap",
            "description": "azureVWANMap",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AzureVWANMap"
            }
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "201": {
            "description": "Azure VWAN map created"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/azurevwan": {
      "get": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Get Auth",
        "operationId": "getAuthUsingGET_1",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Subscription details",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Please provide subscription details"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Auth",
        "operationId": "authUsingPOST_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "payload",
            "description": "payload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AzureVWANAuthPayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Subscription info Created",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request. Please check the subscription details",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Subscription already exists",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Put Auth",
        "operationId": "putAuthUsingPUT_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "payload",
            "description": "payload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AzureVWANAuthPayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Subscription Updated"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Subscription not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Delete Auth",
        "operationId": "deleteAuthUsingDELETE_1",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Subscription Deleted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Subscription not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/azurevwan/deploy": {
      "post": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Deploy Mapping",
        "operationId": "deployMappingUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Azure VWAN sites Deployed"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/azurevwan/downloadConfig": {
      "post": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Download Config",
        "operationId": "downloadConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Azure VWAN config downloaded successfully"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/azurevwan/refresh": {
      "post": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Refresh Mapping",
        "operationId": "refreshMappingUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Azure VWAN site content refreshed"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/azurevwan/siteList": {
      "get": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Site List",
        "operationId": "siteListUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Azure VWAN all site features",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/certificates": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getcertificates Config",
        "operationId": "getcertificatesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkCertificates"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createcertificates Config",
        "operationId": "createcertificatesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkCertificates"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkCertificates"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deletecertificates Config",
        "operationId": "deletecertificatesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/cloudDirectDefaultRoutingPolicy": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Cloud Direct Default Routing Policy Config",
        "operationId": "getCloudDirectDefaultRoutingPolicyConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkCloudDirectDefaultRoutingPolicy"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Cloud Direct Default Routing Policy Config",
        "operationId": "createCloudDirectDefaultRoutingPolicyConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/JsonNode"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkCloudDirectDefaultRoutingPolicy"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Cloud Direct Default Routing Policy Config",
        "operationId": "deleteCloudDirectDefaultRoutingPolicyConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/customBlockPage": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Custom Block Page",
        "operationId": "getCustomBlockPageUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/CustomBlockPage"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Custom Block Page Config",
        "operationId": "createCustomBlockPageConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CustomBlockPage"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/CustomBlockPage"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deletecustom Block Page Config",
        "operationId": "deletecustomBlockPageConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/customGroups": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Custom Groups Config",
        "operationId": "getCustomGroupsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkCustomGroups"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createq Custom Groups Config",
        "operationId": "createqCustomGroupsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkCustomGroups"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkCustomGroups"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Custom Groups Config",
        "operationId": "deleteCustomGroupsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/dhcpOptionSet": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Dhcp Option Set Config",
        "operationId": "getDHCPOptionSetConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkDHCPOptionSetConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Dhcp Subnet Config",
        "operationId": "createDHCPSubnetConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkDHCPOptionSetConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkDHCPOptionSetConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Dhcp Option Set Config",
        "operationId": "deleteDHCPOptionSetConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/dpiApplicationsAndFamilies": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Dpi Applications And Families",
        "operationId": "getDpiApplicationsAndFamiliesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/DpiApplicationsAndFamilies"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/dynamicVirtualPathIpsecSettings": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Dynamic Virtual Path Ipsec Settings Config",
        "operationId": "getDynamicVirtualPathIpsecSettingsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/GlobalDynamicVirtualPathIpsec"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Dynamic Virtual Path Ipsec Settings Config",
        "operationId": "postDynamicVirtualPathIpsecSettingsConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GlobalDynamicVirtualPathIpsec"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/GlobalDynamicVirtualPathIpsec"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Dynamic Virtual Path Ipsec Settings Config",
        "operationId": "createDynamicVirtualPathIpsecSettingsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GlobalDynamicVirtualPathIpsec"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/GlobalDynamicVirtualPathIpsec"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Dynamic Virtual Path Ipsec Settings Config",
        "operationId": "deleteDynamicVirtualPathIpsecSettingsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/ecmpGroups": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Ecmp Groups Config",
        "operationId": "getEcmpGroupsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkAutoPathRules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Ecmp Groups Config",
        "operationId": "createEcmpGroupsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "networkEcmpGroups",
            "description": "networkEcmpGroups",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkEcmpGroups"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkAutoPathRules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Ecmp Groups Config",
        "operationId": "deleteEcmpGroupsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/exportFilterTemplates": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getexport Filter Templates Config",
        "operationId": "getexportFilterTemplatesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/exportFilterTemplatesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createexport Filter Templates Config",
        "operationId": "createexportFilterTemplatesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/exportFilterTemplatesConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/exportFilterTemplatesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deleteexport Filter Templates Config",
        "operationId": "deleteexportFilterTemplatesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/fallbackConfig": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Fallback Config",
        "operationId": "getFallbackConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/FallbackConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Fallback Config",
        "operationId": "postFallbackConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/FallbackConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/FallbackConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Fallback Config",
        "operationId": "createFallbackConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/FallbackConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Successful operation",
            "schema": {
              "$ref": "#/definitions/FallbackConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Fallback Config",
        "operationId": "deleteFallbackConfigUsingDELETE_1",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/firewallProfiles": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Firewall Profiles Config",
        "operationId": "getFirewallProfilesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkFirewallProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Firewall Profiles Config",
        "operationId": "createFirewallProfilesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkFirewallProfiles"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkFirewallProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Firewall Profiles Config",
        "operationId": "deleteFirewallProfilesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/firewallZones": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Firewall Zones Config",
        "operationId": "getFirewallZonesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkFirewallZones"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Save Firewall Zones Config",
        "operationId": "saveFirewallZonesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "featureJson",
            "description": "featureJson",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkFirewallZones"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Firewall Zones Config",
        "operationId": "deleteFirewallZonesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/globalDnsServices": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Network Dns Services Config",
        "operationId": "getNetworkDnsServicesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkDnsServicesConfigRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Network Dns Services Config",
        "operationId": "createNetworkDnsServicesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkDnsServicesConfigReq"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkDnsServicesConfigRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Network Dns Services Config",
        "operationId": "deleteNetworkDnsServicesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/globalDvpSetting": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getglobal Dvp Config",
        "operationId": "getglobalDvpConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkGlobalDVP"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createglobal Dvp Config",
        "operationId": "createglobalDvpConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkGlobalDVP"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkGlobalDVP"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deleteglobal Dvp Config",
        "operationId": "deleteglobalDvpConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/globalFirewallSettings": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Network Firewall Settings Config",
        "operationId": "getNetworkFirewallSettingsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkFirewallSettings"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Network Firewall Settings Config",
        "operationId": "createNetworkFirewallSettingsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "featureJson",
            "description": "featureJson",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkFirewallSettings"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Network Firewall Settings Config",
        "operationId": "deleteNetworkFirewallSettingsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/globalProvisioningSetting": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Global Provisioing Setting Config",
        "operationId": "getGlobalProvisioingSettingConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/GlobalProvisioningSetting"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Global Provisioing Setting Config",
        "operationId": "createGlobalProvisioingSettingConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GlobalProvisioningSetting"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/GlobalProvisioningSetting"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Global Provisioing Config",
        "operationId": "deleteGlobalProvisioingConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/gre": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getgre Config",
        "operationId": "getgreConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkGREService"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Creategre Config",
        "operationId": "creategreConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkGREService"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkGREService"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deletegre Config",
        "operationId": "deletegreConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/hostedFirewallTemplates": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Hosted Firewall Templates",
        "operationId": "getHostedFirewallTemplatesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/HostedFirewallTemplates"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Hosted Firewall Templates",
        "operationId": "createHostedFirewallTemplatesUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/HostedFirewallTemplates"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/HostedFirewallTemplates"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Hosted Firewall Templates",
        "operationId": "deleteHostedFirewallTemplatesUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/ibossMap": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Iboss Map",
        "operationId": "getIbossMapUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Iboss map content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/IbossMap"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Iboss Map",
        "operationId": "postIbossMapUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "ibossMap",
            "description": "ibossMap",
            "required": true,
            "schema": {
              "$ref": "#/definitions/IbossMap"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "201": {
            "description": "Iboss map created"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Update Iboss Map",
        "operationId": "updateIbossMapUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "ibossMap",
            "description": "ibossMap",
            "required": true,
            "schema": {
              "$ref": "#/definitions/IbossMap"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "201": {
            "description": "Iboss map created"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/importFilterTemplates": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getimport Filter Templates Config",
        "operationId": "getimportFilterTemplatesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/importFilterTemplatesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createimport Filter Templates Config",
        "operationId": "createimportFilterTemplatesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/importFilterTemplatesConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/importFilterTemplatesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deleteimport Filter Templates Config",
        "operationId": "deleteimportFilterTemplatesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/interRoutingDomainService": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Inter Routing Domain Config",
        "operationId": "getInterRoutingDomainConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkInterRoutingDomain"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Inter Routing Domain Config",
        "operationId": "createInterRoutingDomainConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkInterRoutingDomain"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkInterRoutingDomain"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Inter Routing Domain Config",
        "operationId": "deleteInterRoutingDomainConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/intermediateNode": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Network Intermediate Node Config",
        "operationId": "getNetworkIntermediateNodeConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkIntermediateNode"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Network Intermediate Node Config",
        "operationId": "createNetworkIntermediateNodeConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkIntermediateNode"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkIntermediateNode"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Network Intermediate Node Config",
        "operationId": "deleteNetworkIntermediateNodeConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/internetServices": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getinternet Services Config",
        "operationId": "getinternetServicesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkInternetServices"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createinternet Services Config",
        "operationId": "createinternetServicesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkInternetServices"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkInternetServices"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deleteinternet Services Config",
        "operationId": "deleteinternetServicesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/intranetServices": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getintranet Services Config",
        "operationId": "getintranetServicesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkIntranetServices"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createintranet Services Config",
        "operationId": "createintranetServicesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkIntranetServices"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkIntranetServices"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deleteintranet Services Config",
        "operationId": "deleteintranetServicesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/ips": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Ips Config",
        "operationId": "getIpsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/Ips"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Ips Config",
        "operationId": "createIpsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/Ips"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/Ips"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Ips Config",
        "operationId": "deleteIpsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/ipsecSecurityProfiles": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getipsec Security Profiles Config",
        "operationId": "getipsecSecurityProfilesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkIPSecProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createipec Security Profiles Config",
        "operationId": "createipecSecurityProfilesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkIPSecProfiles"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkIPSecProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deleteipsec Security Profiles Config",
        "operationId": "deleteipsecSecurityProfilesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/ipsecTunnels": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getipsec Tunnels Config",
        "operationId": "getipsecTunnelsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkIPSecTunnels"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createipsec Tunnels Config",
        "operationId": "createipsecTunnelsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkIPSecTunnels"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkIPSecTunnels"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deleteipsec Tunnels Config",
        "operationId": "deleteipsecTunnelsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/linkQualitySensitiveProfiles": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getlinksensitivityprofile Config",
        "operationId": "getlinksensitivityprofileConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/LinkQualitySensitiveProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createlinksensitivityprofile Config",
        "operationId": "createlinksensitivityprofileConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LinkQualitySensitiveProfiles"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/LinkQualitySensitiveProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deletelinksensitivityprofile Config",
        "operationId": "deletelinksensitivityprofileConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/networkJson": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Export Customer Configuration",
        "operationId": "exportCustomerConfigurationUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/nls/deploy": {
      "post": {
        "tags": [
          "location-controller"
        ],
        "summary": "Deploy Mapping",
        "operationId": "deployMappingUsingPOST_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "NLS sites Deployed"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/nlsMap": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Nls Map",
        "operationId": "getNLSMapUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "NLS map content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NLSMap"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Nls Map",
        "operationId": "postNLSMapUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "nlsMap",
            "description": "nlsMap",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NLSMap"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "201": {
            "description": "NLS map created"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Update Nls Map",
        "operationId": "updateNLSMapUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "nlsMap",
            "description": "nlsMap",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NLSMap"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "202": {
            "description": "NLS map accepted"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/pacFilePolicyProfiles": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Pac File Policy Profiles",
        "operationId": "getPacFilePolicyProfilesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/PacFileProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Pac File Policy Profiles",
        "operationId": "createPacFilePolicyProfilesUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/PacFileProfiles"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/PacFileProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Pac File Policy Profiles",
        "operationId": "deletePacFilePolicyProfilesUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/package": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Config Package",
        "operationId": "getConfigPackageUsingGET",
        "produces": [
          "application/gzip"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/properties": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getproperties Config",
        "operationId": "getpropertiesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkSecurityProperties"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createproperties Config",
        "operationId": "createpropertiesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkSecurityProperties"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkSecurityProperties"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deleteproperties Config",
        "operationId": "deletepropertiesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/qosPolicies": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Qos Policies Config",
        "operationId": "getQosPoliciesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkQosPolicies"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Qos Policies Config",
        "operationId": "createQosPoliciesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkQosPolicies"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkQosPolicies"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Qos Policies Config",
        "operationId": "deleteQosPoliciesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/qosProfiles": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Qos Profiles Config",
        "operationId": "getQosProfilesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkQosProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Qos Profiles Config",
        "operationId": "createQosProfilesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkQosProfiles"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkQosProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Qos Profiles Config",
        "operationId": "deleteQosProfilesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/radiusProfiles": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Radius Profiles",
        "operationId": "getRadiusProfilesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/RadiusProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Radius Profiles",
        "operationId": "postRadiusProfilesUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RadiusProfiles"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/RadiusProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Radius Profiles",
        "operationId": "createRadiusProfilesUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "radiusProfiles",
            "description": "radiusProfiles",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RadiusProfiles"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Successful operation",
            "schema": {
              "$ref": "#/definitions/RadiusProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Radius Profiles",
        "operationId": "deleteRadiusProfilesUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/regenerateSecureKeys": {
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Regenerate Secure Keys",
        "operationId": "regenerateSecureKeysUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Regenerated Secure Keys",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/regions": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Regions Config",
        "operationId": "getRegionsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkRegions"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Regions Config",
        "operationId": "createRegionsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkRegions"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkRegions"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Regions Config",
        "operationId": "deleteRegionsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/routingDomains": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Routing Domains Config",
        "operationId": "getRoutingDomainsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkRoutingDomain"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Routing Domains Config",
        "operationId": "createRoutingDomainsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkRoutingDomain"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkRoutingDomain"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Routing Domains Config",
        "operationId": "deleteRoutingDomainsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/routingPolicies": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Routing Policies Config",
        "operationId": "getRoutingPoliciesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkRoutingPoliciesRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Routing Policies Config",
        "operationId": "createRoutingPoliciesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkRoutingPoliciesReq"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkRoutingPoliciesRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Routing Policies Config",
        "operationId": "deleteRoutingPoliciesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/securityPolicies": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Security Policy Config",
        "operationId": "getSecurityPolicyConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SecurityPolicy"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Security Policy Config",
        "operationId": "createSecurityPolicyConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SecurityPolicy"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SecurityPolicy"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Security Policy Config",
        "operationId": "deleteSecurityPolicyConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/serviceAllocation": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Services Allocation Config",
        "operationId": "getServicesAllocationConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkServiceAllocations"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Services Allocations Config",
        "operationId": "createServicesAllocationsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkServiceAllocations"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkServiceAllocations"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Services Allocation Config",
        "operationId": "deleteServicesAllocationConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/siaDefaultRoutingPolicy": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Sia Default Routing Policy Config",
        "operationId": "getSIADefaultRoutingPolicyConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkSIADefaultRoutingPolicy"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Sia Default Routing Policy Config",
        "operationId": "createSIADefaultRoutingPolicyConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/JsonNode"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkSIADefaultRoutingPolicy"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Sia Default Routing Policy Config",
        "operationId": "deleteSIADefaultRoutingPolicyConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/advancedFirewallProperties": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Advanced Firewall Properties",
        "operationId": "getSiteAdvancedFirewallPropertiesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkAdvancedFirewallProperties"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Put Site Advanced Firewall Properties",
        "operationId": "putSiteAdvancedFirewallPropertiesUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkAdvancedFirewallProperties"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkAdvancedFirewallProperties"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Advanced Firewall Properties",
        "operationId": "deleteSiteAdvancedFirewallPropertiesUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/awsTransitGatewayConnect": {
      "post": {
        "tags": [
          "aws-transit-gateway-connect-controller"
        ],
        "summary": "Create Site Config",
        "operationId": "createSiteConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "sitePayload",
            "description": "sitePayload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AwsTransitGatewayConnectSiteMap"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/AwsTransitGatewayConnectSiteMap"
            }
          },
          "400": {
            "description": "Bad Request. Please check AWS Transit Gateway Connect details",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/Result"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "aws-transit-gateway-connect-controller"
        ],
        "summary": "Delete",
        "operationId": "deleteUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "AWS Transit Gateway Connect site feature deleted",
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "400": {
            "description": "Bad Request. Please check whether the given site has AWS Transit Gateway Connect feature configured",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/awsTransitGatewayConnect/deploy": {
      "post": {
        "tags": [
          "aws-transit-gateway-connect-controller"
        ],
        "summary": "Deploy",
        "operationId": "deployUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request. Please check the AWS Transit Gateway Connect details for deployment",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/azurevwan": {
      "get": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Get Site Config",
        "operationId": "getSiteConfigUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Azure VWAN site content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Add Site",
        "operationId": "addSiteUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "sitePayload",
            "description": "sitePayload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AzureVWANSitePayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "201": {
            "description": "Azure VWAN site created"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Update Site",
        "operationId": "updateSiteUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "sitePayload",
            "description": "sitePayload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AzureVWANSitePayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "202": {
            "description": "Azure VWAN site updated"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "azure-vwan-controller"
        ],
        "summary": "Delete Site",
        "operationId": "deleteSiteUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Azure VWAN site Deleted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/bgpSettings": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getbgp Settings Config",
        "operationId": "getbgpSettingsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/BGPRouteConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createbgp Settings Config",
        "operationId": "createbgpSettingsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/BGPRouteConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/BGPRouteConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deletebgp Settings Config",
        "operationId": "deletebgpSettingsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/dhcpRelay": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Dhcp Relay Config",
        "operationId": "getDHCPRelayConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDHCPRelayConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Dhcp Relay Config",
        "operationId": "createDHCPRelayConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteDHCPRelayConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDHCPRelayConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Dhcp Relay Config",
        "operationId": "deleteDHCPRelayConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/dhcpSubnet": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Dhcp Subnet Config",
        "operationId": "getDHCPSubnetConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDHCPSubnetConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Dhcp Subnet Config",
        "operationId": "createDHCPSubnetConfigUsingPUT_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteDHCPSubnetConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDHCPSubnetConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Dhcp Subnet Config",
        "operationId": "deleteDHCPSubnetConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/dnsProxy": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Site Dns Proxy Config",
        "operationId": "SiteDnsProxyConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDnsProxyConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Site Dns Proxy Config",
        "operationId": "SiteDnsProxyConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteDnsProxyConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDnsProxyConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Dns Proxy Config",
        "operationId": "deleteSiteDnsProxyConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/dnsServices": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Site Dns Services Config",
        "operationId": "SiteDnsServicesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDnsServicesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Site Dns Services Config",
        "operationId": "SiteDnsServicesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteDnsServicesConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDnsServicesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Dns Services Config",
        "operationId": "deleteSiteDnsServicesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/dnsTransparentForwarders": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Site Dns Transparent Forwarders Config",
        "operationId": "SiteDnsTransparentForwardersConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDnsTransparentForwardersConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Site Dns Transparent Forwarders Config",
        "operationId": "SiteDnsTransparentForwardersConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteDnsTransparentForwardersConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDnsTransparentForwardersConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Dns Transparent Forwarders Config",
        "operationId": "deleteSiteDnsTransparentForwardersConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/dynamicVirtualPathsSetting": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getdynamic Virtual Paths Config",
        "operationId": "getdynamicVirtualPathsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDynamicVPSettingConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createdynamic Virtual Paths Config",
        "operationId": "createdynamicVirtualPathsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteDynamicVPSettingConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDynamicVPSettingConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deletedynamic Virtual Paths Config",
        "operationId": "deletedynamicVirtualPathsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/exportFilters": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Export Filters Config",
        "operationId": "getSiteExportFiltersConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteExportFiltersConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Export Filters Config",
        "operationId": "createSiteExportFiltersConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteExportFiltersConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteExportFiltersConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Export Filters Config",
        "operationId": "deleteSiteExportFiltersConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/ha": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Siteha Config",
        "operationId": "getSitehaConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteHAConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Ha Config",
        "operationId": "createSiteHaConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteHAConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteHAConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Ha Config",
        "operationId": "deleteSiteHaConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/importFilters": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Import Filters Config",
        "operationId": "getSiteImportFiltersConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteImportFiltersConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Import Filters Config",
        "operationId": "createSiteImportFiltersConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteImportFiltersConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteImportFiltersConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Import Filters Config",
        "operationId": "deleteSiteImportFiltersConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/interfaceGroups": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Interfaces Config",
        "operationId": "getSiteInterfacesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "extended",
            "in": "query",
            "description": "extended",
            "required": false,
            "type": "boolean",
            "default": true
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteInterfaceGroupConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Interface Config",
        "operationId": "createSiteInterfaceConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "interfaceGroup",
            "description": "interfaceGroup",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteInterfaceGroupConfig"
            }
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteInterfaceGroupConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Interface Config",
        "operationId": "deleteSiteInterfaceConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/lagGroups": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Lag Groups Config",
        "operationId": "getSiteLagGroupsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteLagGroups"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Site Lag Groups Config",
        "operationId": "postSiteLagGroupsConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "siteLagGroups",
            "description": "siteLagGroups",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteLagGroups"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteLagGroups"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Lag Groups Config",
        "operationId": "createSiteLagGroupsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteLagGroups"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteLagGroups"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Lag Groups Config",
        "operationId": "deleteSiteLagGroupsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/multicastGroups": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Multicast Groups Config",
        "operationId": "getMulticastGroupsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/MulticastGroupsConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Multicast Groups Config",
        "operationId": "createMulticastGroupsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/MulticastGroupsConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/MulticastGroupsConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Multicast Groups Config",
        "operationId": "deleteMulticastGroupsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/nat": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Nat Config",
        "operationId": "getSiteNatConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteNATConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Nat Config",
        "operationId": "createSiteNatConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteNATConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteNATConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Nat Config",
        "operationId": "deleteSiteNatConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/ndpRouterAdvertisements": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Ndp Router Advertisements",
        "operationId": "getSiteNdpRouterAdvertisementsUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NdpRouterAdvertisements"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Ndp Router Advertisements",
        "operationId": "createSiteNdpRouterAdvertisementsUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "ndpRouterAdvertisements",
            "description": "ndpRouterAdvertisements",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NdpRouterAdvertisements"
            }
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NdpRouterAdvertisements"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Ndp Router Advertisements",
        "operationId": "deleteSiteNdpRouterAdvertisementsUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/ospfSettings": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Ospf Config",
        "operationId": "getSiteOspfConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/OSPFRouteConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Ospf Config",
        "operationId": "createSiteOspfConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/OSPFRouteConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/OSPFRouteConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Ospf Config",
        "operationId": "deleteSiteOspfConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/prefixDelegationGroups": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Prefix Delegation Group Config",
        "operationId": "getSitePrefixDelegationGroupConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SitePrefixDelegationGroupConfigRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Prefix Delegation Group Config",
        "operationId": "createSitePrefixDelegationGroupConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "prefixDelegationGroups",
            "description": "prefixDelegationGroups",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SitePrefixDelegationGroupConfigReq"
            }
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SitePrefixDelegationGroupConfigRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Prefix Delegation Group Config",
        "operationId": "deleteSitePrefixDelegationGroupConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/routes": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Siteroutes Config",
        "operationId": "getSiteroutesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteRoutesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Siteroutes Config",
        "operationId": "createSiteroutesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteRoutesConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteRoutesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Sitroutes Config",
        "operationId": "deleteSitroutesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/siteFallbackConfig": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Fallback Config",
        "operationId": "getSiteFallbackConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteFallbackConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Site Fallback Config",
        "operationId": "postSiteFallbackConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteFallbackConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteFallbackConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Fallback Config",
        "operationId": "createFallbackConfigUsingPUT_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteFallbackConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteFallbackConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Fallback Config",
        "operationId": "deleteFallbackConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/siteInternetServices": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Intranet Services Config",
        "operationId": "getSiteIntranetServicesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteInternetServicesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Internet Services Config",
        "operationId": "createSiteInternetServicesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "siteInternetService",
            "description": "siteInternetService",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteInternetServicesConfig"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteInternetServicesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Internet Services Config",
        "operationId": "deleteSiteInternetServicesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/siteIntranetServices": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Internet Services Config",
        "operationId": "getSiteInternetServicesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteIntranetServicesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Internet Services Config",
        "operationId": "createSiteInternetServicesConfigUsingPUT_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "siteIntranetService",
            "description": "siteIntranetService",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteIntranetServicesConfig"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteIntranetServicesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Intranet Services Config",
        "operationId": "deleteSiteIntranetServicesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/siteRoutingPolicies": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Routing Policies Config",
        "operationId": "getSiteRoutingPoliciesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteRoutingPoliciesRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Routing Policies Config",
        "operationId": "createSiteRoutingPoliciesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteRoutingPoliciesReq"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteRoutingPoliciesRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Routing Policies Config",
        "operationId": "deleteSiteRoutingPoliciesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/virtualPaths": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Sitevirtual Paths Config",
        "operationId": "getSitevirtualPathsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/StaticVirtualPaths"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Sitevirtual Paths Config",
        "operationId": "createSitevirtualPathsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/StaticVirtualPaths"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/StaticVirtualPaths"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Sitevirtual Paths Config",
        "operationId": "deleteSitevirtualPathsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/vrrp": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Vrrp Config",
        "operationId": "getVRRPConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteVRRPConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Vrrp Config",
        "operationId": "createVRRPConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteVRRPConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteVRRPConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Vrrp Config",
        "operationId": "deleteVRRPConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/wanLinks": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getwan Links Config",
        "operationId": "getwanLinksConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WANLinkConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createwan Links Config",
        "operationId": "createwanLinksConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wanLink",
            "description": "wanLink",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WANLinkConfig"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WANLinkConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deletewan Links Config",
        "operationId": "deletewanLinksConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/wanOptApplicationClassifier": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Wan Opt Application Classifier Config",
        "operationId": "getSiteWanOptApplicationClassifierConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationClassifierRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Site Wan Opt Application Classifier Config",
        "operationId": "postSiteWanOptApplicationClassifierConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wanOptApplicationClassifier",
            "description": "wanOptApplicationClassifier",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationClassifierReq"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationClassifierRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Wan Opt Application Classifier Config",
        "operationId": "createSiteWanOptApplicationClassifierConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wanOptApplicationClassifier",
            "description": "wanOptApplicationClassifier",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationClassifierReq"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationClassifierRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Wan Opt Application Classifier Config",
        "operationId": "deleteSiteWanOptApplicationClassifierConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/wanOptApplicationGroup": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Wan Opt Application Group Config",
        "operationId": "getSiteWanOptApplicationGroupConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationGroup"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Site Wan Opt Application Group Config",
        "operationId": "postSiteWanOptApplicationGroupConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wanOptApplicationGroup",
            "description": "wanOptApplicationGroup",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationGroup"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationGroup"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Wan Opt Application Group Config",
        "operationId": "createSiteWanOptApplicationGroupConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wanOptApplicationGroup",
            "description": "wanOptApplicationGroup",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationGroup"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationGroup"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Wan Opt Application Group Config",
        "operationId": "deleteSiteWanOptApplicationGroupConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/wanOptApplicationRules": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Wan Opt Application Rules Config",
        "operationId": "getSiteWanOptApplicationRulesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationRules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Site Wan Opt Application Rules Config",
        "operationId": "postSiteWanOptApplicationRulesConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wanOptApplicationRules",
            "description": "wanOptApplicationRules",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationRules"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationRules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Wan Opt Application Rules Config",
        "operationId": "createSiteWanOptApplicationRulesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wanOptApplicationRules",
            "description": "wanOptApplicationRules",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationRules"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationRules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Wan Opt Application Rules Config",
        "operationId": "deleteSiteWanOptApplicationRulesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/wanOptFeatures": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Wan Opt Features Config",
        "operationId": "getSiteWanOptFeaturesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptFeatures"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Wan Opt Tuning Config",
        "operationId": "postWanOptTuningConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wanOptFeatures",
            "description": "wanOptFeatures",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptFeatures"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptFeatures"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Wan Opt Features Config",
        "operationId": "createSiteWanOptFeaturesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wanOptFeatures",
            "description": "wanOptFeatures",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptFeatures"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptFeatures"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Wan Opt Features Config",
        "operationId": "deleteSiteWanOptFeaturesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/wanOptTuning": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Wan Opt Tuning Config",
        "operationId": "getSiteWanOptTuningConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptTuning"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Wan Opt Tuning Config",
        "operationId": "postWanOptTuningConfigUsingPOST_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wanOptTuning",
            "description": "wanOptTuning",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptTuning"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptTuning"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Wan Opt Tuning Config",
        "operationId": "createSiteWanOptTuningConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wanOptTuning",
            "description": "wanOptTuning",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptTuning"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptTuning"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Wan Opt Tuning Config",
        "operationId": "deleteSiteWanOptTuningConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/site/{siteId}/wifiSettings": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Site Wifi Settings",
        "operationId": "getSiteWifiSettingsUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WifiSettings"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Site Wifi Settings",
        "operationId": "createSiteWifiSettingsUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wifiSettings",
            "description": "wifiSettings",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WifiSettings"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WifiSettings"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Site Wifi Settings",
        "operationId": "deleteSiteWifiSettingsUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden or missing authorization for site operations"
          },
          "404": {
            "description": "Customer or Site not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/siteProfiles": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getsite Profiles Config",
        "operationId": "getsiteProfilesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteProfilesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createsite Profiles Config",
        "operationId": "createsiteProfilesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SiteProfilesConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteProfilesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deletesite Profiles Config",
        "operationId": "deletesiteProfilesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/ssidProfiles": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Ssid Profiles",
        "operationId": "getSSIDProfilesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SSIDProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Ssid Profiles",
        "operationId": "createSSIDProfilesUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "ssidProfiles",
            "description": "ssidProfiles",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SSIDProfiles"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SSIDProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Ssid Profiles",
        "operationId": "deleteSSIDProfilesUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/ssli": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Ssli Config",
        "operationId": "getSsliConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/Ssli"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Ssli Config",
        "operationId": "createSsliConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/Ssli"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/Ssli"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Ssli Config",
        "operationId": "deleteSsliConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/ssliRootCert": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Ssli Root Cert",
        "operationId": "getSsliRootCertUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SsliCertDTO"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Ssli Root Cert",
        "operationId": "createSsliRootCertUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "ssliCert",
            "description": "ssliCert",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SsliCert"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SsliCertDTO"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Ssli Root Cert",
        "operationId": "deleteSsliRootCertUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/timeSchedules": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Gettime Schedules Config",
        "operationId": "gettimeSchedulesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkTimeSchedules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createtime Schedules Config",
        "operationId": "createtimeSchedulesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/NetworkTimeSchedules"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/NetworkTimeSchedules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deletetime Schedules Config",
        "operationId": "deletetimeSchedulesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/virtualPathIpsecSettings": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Virtual Path Ipsec Settings Config",
        "operationId": "getVirtualPathIpsecSettingsConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/VirtualPathIPSecSettingsConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Virtual Path Ipsec Settings Config",
        "operationId": "createVirtualPathIpsecSettingsConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/VirtualPathIPSecSettingsConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/VirtualPathIPSecSettingsConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Virtual Path Ipsec Settings Config",
        "operationId": "deleteVirtualPathIpsecSettingsConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/virtualPathServices": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Virtual Path Services",
        "operationId": "getVirtualPathServicesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/GlobalVirtualPathServices"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Virtual Path Services Config",
        "operationId": "postVirtualPathServicesConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GlobalVirtualPathServices"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/GlobalVirtualPathServices"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Virtual Path Services Config",
        "operationId": "createVirtualPathServicesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GlobalVirtualPathServices"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/GlobalVirtualPathServices"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Virtual Path Services Config",
        "operationId": "deleteVirtualPathServicesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/virusBlocker": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Virus Blocker Config",
        "operationId": "getVirusBlockerConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/VirusBlocker"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Virus Blocker Config",
        "operationId": "createVirusBlockerConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/VirusBlocker"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/VirusBlocker"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Virus Blocker Config",
        "operationId": "deleteVirusBlockerConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/wanLinkProfiles": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Getwan Profiles Config",
        "operationId": "getwanProfilesConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanProfilesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Createwan Profiles Config",
        "operationId": "createwanProfilesConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanProfilesConfig"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanProfilesConfig"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Deletewan Profiles Config",
        "operationId": "deletewanProfilesConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/wanOptApplicationClassifier": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Wan Opt Global Application Classifier",
        "operationId": "getWanOptGlobalApplicationClassifierUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationClassifierRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Wan Opt Global Application Classifier",
        "operationId": "postWanOptGlobalApplicationClassifierUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationClassifierReq"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationClassifierRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Wan Opt Global Application Classifier",
        "operationId": "createWanOptGlobalApplicationClassifierUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationClassifierReq"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationClassifierRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Wan Opt Global Application Classifier",
        "operationId": "deleteWanOptGlobalApplicationClassifierUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/wanOptApplicationClassifier/default": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Default Wan Opt Global Application Classifier",
        "operationId": "getDefaultWanOptGlobalApplicationClassifierUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationClassifierRes"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/wanOptApplicationGroup": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Wan Opt Global Application Group",
        "operationId": "getWanOptGlobalApplicationGroupUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationGroup"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Wan Opt Global Application Group",
        "operationId": "postWanOptGlobalApplicationGroupUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationGroup"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationGroup"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Wan Opt Global Application Group",
        "operationId": "createWanOptGlobalApplicationGroupUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationGroup"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationGroup"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Wan Opt Global Application Group",
        "operationId": "deleteWanOptGlobalApplicationGroupUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/wanOptApplicationGroup/default": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Default Wan Opt Global Application Groups",
        "operationId": "getDefaultWanOptGlobalApplicationGroupsUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationGroup"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/wanOptApplicationRules": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Wan Opt Global Application Rules",
        "operationId": "getWanOptGlobalApplicationRulesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationRules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Wan Opt Global Application Rules",
        "operationId": "postWanOptGlobalApplicationRulesUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationRules"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationRules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Wan Opt Global Application Rules",
        "operationId": "createWanOptGlobalApplicationRulesUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptApplicationRules"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationRules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Wan Opt Global Application Rules",
        "operationId": "deleteWanOptGlobalApplicationRulesUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/wanOptApplicationRules/default": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Default Wan Opt Global Application Rules",
        "operationId": "getDefaultWanOptGlobalApplicationRulesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptApplicationRules"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/wanOptFeatures": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Wan Opt Global Features",
        "operationId": "getWanOptGlobalFeaturesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptFeatures"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Wan Opt Global Features",
        "operationId": "postWanOptGlobalFeaturesUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptFeatures"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptFeatures"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Wan Opt Global Features",
        "operationId": "createWanOptGlobalFeaturesUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptFeatures"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptFeatures"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Wan Opt Global Features",
        "operationId": "deleteWanOptGlobalFeaturesUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/wanOptTuning": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Default Wan Opt Tuning Config",
        "operationId": "getDefaultWanOptTuningConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptTuning"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Global Wan Opt Tuning Config",
        "operationId": "postGlobalWanOptTuningConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptTuning"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptTuning"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Default Wan Opt Tuning Config",
        "operationId": "createDefaultWanOptTuningConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WanOptTuning"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WanOptTuning"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Default Wan Opt Tuning Config",
        "operationId": "deleteDefaultWanOptTuningConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/webFilter": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Web Filter Config",
        "operationId": "getWebFilterConfigUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WebFilter"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Web Filter Config",
        "operationId": "createWebFilterConfigUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "config",
            "description": "config",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WebFilter"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WebFilter"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Web Filter Config",
        "operationId": "deleteWebFilterConfigUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/wifiProfiles": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Wifi Profiles",
        "operationId": "getWifiProfilesUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WifiProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Create Wifi Profiles",
        "operationId": "createWifiProfilesUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "wifiProfiles",
            "description": "wifiProfiles",
            "required": true,
            "schema": {
              "$ref": "#/definitions/WifiProfiles"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/WifiProfiles"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "config-controller"
        ],
        "summary": "Delete Wifi Profiles",
        "operationId": "deleteWifiProfilesUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/zscaler/deploy": {
      "post": {
        "tags": [
          "zscaler-controller"
        ],
        "summary": "Deploy Mapping",
        "operationId": "deployMappingUsingPOST_2",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Zscaler sites Deployed"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/config/zscalerMap": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Zscaler Map",
        "operationId": "getZscalerMapUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Zscaler map content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ZscalerMap"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Post Zscaler Map",
        "operationId": "postZscalerMapUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          },
          {
            "in": "body",
            "name": "zscalerMap",
            "description": "zscalerMap",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ZscalerMap"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "201": {
            "description": "Zscaler map created"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "config-controller"
        ],
        "summary": "Update Zscaler Map",
        "operationId": "updateZscalerMapUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          },
          {
            "in": "body",
            "name": "zscalerMap",
            "description": "zscalerMap",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ZscalerMap"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "202": {
            "description": "Zscaler map accepted"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/deploymentHistory": {
      "get": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Deployment History",
        "operationId": "deploymentHistoryUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/CmHistory"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/device/{deviceId}/maintenanceMode": {
      "post": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Update Device Mode",
        "operationId": "updateDeviceModeUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "deviceId",
            "in": "path",
            "description": "deviceId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "maintenanceMode",
            "in": "query",
            "description": "maintenanceMode",
            "required": true,
            "type": "boolean"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/deviceDetails": {
      "get": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Get Device Details",
        "operationId": "getDeviceDetailsUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/CmDeviceDetails"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/devices": {
      "get": {
        "tags": [
          "site-controller"
        ],
        "summary": "Get Devices For Customer",
        "operationId": "getDevicesForCustomerUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Device"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/events": {
      "get": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Get All Events With Filter",
        "operationId": "getAllEventsWithFilterUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fields",
            "in": "query",
            "description": "fields",
            "required": false,
            "type": "string"
          },
          {
            "name": "objectName",
            "in": "query",
            "description": "objectName",
            "required": false,
            "type": "string"
          },
          {
            "name": "objectType",
            "in": "query",
            "description": "objectType",
            "required": false,
            "type": "string"
          },
          {
            "name": "pageNo",
            "in": "query",
            "description": "pageNo",
            "required": false,
            "type": "integer",
            "default": -1,
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "pageSize",
            "required": false,
            "type": "integer",
            "default": -1,
            "format": "int32"
          },
          {
            "name": "siteId",
            "in": "query",
            "description": "siteId",
            "required": false,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "sortBy",
            "in": "query",
            "description": "sortBy",
            "required": false,
            "type": "string",
            "default": "createdAt"
          },
          {
            "name": "sortDirection",
            "in": "query",
            "description": "sortDirection",
            "required": false,
            "type": "string",
            "default": "DESC"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/forceDeploy": {
      "post": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Force Deploy Device",
        "operationId": "forceDeployDeviceUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "deviceIds",
            "description": "deviceIds",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "uuid"
              }
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/forceDeployFailed": {
      "post": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Force Deploy Failed",
        "operationId": "forceDeployFailedUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/session/{sessionId}/statistics/hdx/session/performanceMetric": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Sessions Performance Metric",
        "operationId": "getHDXSessionsPerformanceMetricUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "sessionId",
            "in": "path",
            "description": "sessionId",
            "required": true,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/site/{siteId}": {
      "get": {
        "tags": [
          "site-controller"
        ],
        "summary": "Get Site",
        "operationId": "getSiteUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDto"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "site-controller"
        ],
        "summary": "Destroy Site",
        "operationId": "destroySiteUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/site/{siteId}/alerts": {
      "get": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Get Alerts For Site",
        "operationId": "getAlertsForSiteUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Delete All Alerts For Site",
        "operationId": "deleteAllAlertsForSiteUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/site/{siteId}/alerts/count": {
      "get": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Get Alerts Count For Site",
        "operationId": "getAlertsCountForSiteUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/AlertsCountPage"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/site/{siteId}/device/{deviceId}/logfile": {
      "get": {
        "tags": [
          "site-controller"
        ],
        "summary": "Get Device Log Files",
        "operationId": "getDeviceLogFilesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "deviceId",
            "in": "path",
            "description": "deviceId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/LogFile"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/site/{siteId}/devices": {
      "get": {
        "tags": [
          "site-controller"
        ],
        "summary": "Get Devices For Site",
        "operationId": "getDevicesForSiteUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/Device"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/site/{siteId}/location": {
      "put": {
        "tags": [
          "site-controller"
        ],
        "summary": "Update Site Location",
        "operationId": "updateSiteLocationUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "sitePayload",
            "description": "sitePayload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SitePayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDto"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/site/{siteId}/statistics": {
      "get": {
        "tags": [
          "site-controller"
        ],
        "summary": "Get Site Stats",
        "operationId": "getSiteStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/Statistics"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/site/{siteId}/statistics/hdx/site/performanceMetric": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Site Performance Metric",
        "operationId": "getHDXSitePerformanceMetricUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/siteStatus": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Config Site Status",
        "operationId": "configSiteStatusUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/site_features": {
      "get": {
        "tags": [
          "site-controller"
        ],
        "summary": "Get Sites With Features",
        "operationId": "getSitesWithFeaturesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "featureNames",
            "in": "query",
            "description": "featureNames",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "siteIds",
            "in": "query",
            "description": "siteIds",
            "required": false,
            "type": "array",
            "items": {
              "type": "string",
              "format": "uuid"
            },
            "collectionFormat": "multi"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/siteapi": {
      "post": {
        "tags": [
          "site-controller"
        ],
        "summary": "Create Site",
        "operationId": "createSiteUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "sitePayload",
            "description": "sitePayload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SitePayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Created",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDto"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/siteapi/{siteId}": {
      "patch": {
        "tags": [
          "site-controller"
        ],
        "summary": "Update Site",
        "operationId": "updateSiteUsingPATCH",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "sitePayload",
            "description": "sitePayload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SitePayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteDto"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/sites": {
      "get": {
        "tags": [
          "site-controller"
        ],
        "summary": "Get Sites",
        "operationId": "getSitesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/SiteDto"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/sites/summary": {
      "get": {
        "tags": [
          "site-controller"
        ],
        "summary": "Get Site Summary",
        "operationId": "getSiteSummaryUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/SiteSummaryResponse"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/sites_batch": {
      "post": {
        "tags": [
          "site-controller"
        ],
        "summary": "Create Site Batch",
        "operationId": "createSiteBatchUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "sitePayloads",
            "description": "sitePayloads",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/SitePayload"
              }
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/SiteDto"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/softwareVersionList": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Get Customer Software Version List",
        "operationId": "getCustomerSoftwareVersionListUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/stage": {
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Stage",
        "operationId": "stageUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ],
        "deprecated": true
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Customer Stats",
        "operationId": "getCustomerStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "type",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/configuration": {
      "post": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Add Configuration",
        "operationId": "addConfigurationUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "configurationList",
            "description": "configurationList",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/ConfigurationPayload"
              }
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/hdx/sessions": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Sessions Requests",
        "operationId": "getHDXSessionsRequestsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "pageIndex",
            "in": "query",
            "description": "pageIndex",
            "required": false,
            "type": "string"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "pageSize",
            "required": false,
            "type": "string"
          },
          {
            "name": "sortColumn",
            "in": "query",
            "description": "sortColumn",
            "required": false,
            "type": "string"
          },
          {
            "name": "sortDirection",
            "in": "query",
            "description": "sortDirection",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "tabularMetricValue",
            "in": "query",
            "description": "tabularMetricValue",
            "required": false,
            "type": "string"
          },
          {
            "name": "topCount",
            "in": "query",
            "description": "topCount",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/hdx/sessions/summaryCount": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Sessions Summary Count",
        "operationId": "getHDXSessionsSummaryCountUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/hdx/sessions/timeSeriesCount": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Sessions Time Series",
        "operationId": "getHDXSessionsTimeSeriesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/hdx/sites": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Sites Requests",
        "operationId": "getHDXSitesRequestsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "pageIndex",
            "in": "query",
            "description": "pageIndex",
            "required": false,
            "type": "string"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "pageSize",
            "required": false,
            "type": "string"
          },
          {
            "name": "sortColumn",
            "in": "query",
            "description": "sortColumn",
            "required": false,
            "type": "string"
          },
          {
            "name": "sortDirection",
            "in": "query",
            "description": "sortDirection",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "tabularMetricValue",
            "in": "query",
            "description": "tabularMetricValue",
            "required": false,
            "type": "string"
          },
          {
            "name": "topCount",
            "in": "query",
            "description": "topCount",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/hdx/sites/summaryCount": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Sites Summary Count",
        "operationId": "getHDXSitesSummaryCountUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/hdx/sites/timeSeriesCount": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Sites Time Series",
        "operationId": "getHDXSitesTimeSeriesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/hdx/users": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Users Requests",
        "operationId": "getHDXUsersRequestsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "pageIndex",
            "in": "query",
            "description": "pageIndex",
            "required": false,
            "type": "string"
          },
          {
            "name": "pageSize",
            "in": "query",
            "description": "pageSize",
            "required": false,
            "type": "string"
          },
          {
            "name": "sortColumn",
            "in": "query",
            "description": "sortColumn",
            "required": false,
            "type": "string"
          },
          {
            "name": "sortDirection",
            "in": "query",
            "description": "sortDirection",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "tabularMetricValue",
            "in": "query",
            "description": "tabularMetricValue",
            "required": false,
            "type": "string"
          },
          {
            "name": "topCount",
            "in": "query",
            "description": "topCount",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/hdx/users/summaryCount": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Users Summary Count",
        "operationId": "getHDXUsersSummaryCountUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/hdx/users/timeSeriesCount": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Users Time Series",
        "operationId": "getHDXUsersTimeSeriesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/isp": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Customer Isp Names",
        "operationId": "getCustomerISPNamesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/IspPayload"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Create Isp Names",
        "operationId": "createISPNamesUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "ispList",
            "description": "ispList",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/IspPayload"
              }
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkApplicationsAppQoE": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network App Qo EApplication Stats",
        "operationId": "getNetworkAppQoEApplicationStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "applicationType",
            "in": "query",
            "description": "applicationType",
            "required": false,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkBeaconData": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Beacon Stats",
        "operationId": "getNetworkBeaconStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkPerformance/classStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Performance Class Stats",
        "operationId": "getNetworkPerformanceClassStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkPerformance/ethernetStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Performance Ethernet Stats",
        "operationId": "getNetworkPerformanceEthernetStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkPerformance/greStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Performance Gre Stats",
        "operationId": "getNetworkPerformanceGreStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkPerformance/ipsecStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Performance Ipsec Stats",
        "operationId": "getNetworkPerformanceIpsecStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkPerformance/pathStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Performance Path Stats",
        "operationId": "getNetworkPerformancePathStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkPerformance/siteStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Performance Site Stats",
        "operationId": "getNetworkPerformanceSiteStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkPerformance/virtualPathStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Performance Vp Stats",
        "operationId": "getNetworkPerformanceVpStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fields",
            "in": "query",
            "description": "fields",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkPerformance/wanLinkStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Performance Wan Link Stats",
        "operationId": "getNetworkPerformanceWanLinkStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fields",
            "in": "query",
            "description": "fields",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkQoe/metric/{metric}": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Qoe Stats",
        "operationId": "getNetworkQoeStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "metric",
            "in": "path",
            "description": "metric",
            "required": true,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkQos": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Qos Stats",
        "operationId": "getNetworkQosStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "type",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/NetworkQosTrafficPayLoad"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkSitesAppQoE": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network App Qo ESite Stats",
        "operationId": "getNetworkAppQoESiteStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "applicationId",
            "in": "query",
            "description": "applicationId",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicationName",
            "in": "query",
            "description": "applicationName",
            "required": false,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkSitesAppQoEApplicationSitesCount": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network App Qo ESite Stats Count",
        "operationId": "getNetworkAppQoESiteStatsCountUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "applicationId",
            "in": "query",
            "description": "applicationId",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicationName",
            "in": "query",
            "description": "applicationName",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicationType",
            "in": "query",
            "description": "applicationType",
            "required": false,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/networkUptime": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Uptime Stats",
        "operationId": "getNetworkUptimeStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/site/{fromSiteId}/internetWanLinkId/{internetWanLinkId}/siteBeaconGraphData": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Site Beacon Graph Stats",
        "operationId": "getSiteBeaconGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "internetWanLinkId",
            "in": "path",
            "description": "internetWanLinkId",
            "required": true,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/site/{fromSiteId}/meteredWanLink": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Metered Wan Link Data",
        "operationId": "getMeteredWanLinkDataUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/site/{fromSiteId}/siteBeaconTableData": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Site Beacon Table Stats",
        "operationId": "getSiteBeaconTableStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/site/{siteId}/deviceInterface": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Stats For Device Interface",
        "operationId": "getStatsForDeviceInterfaceUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "string"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/site/{siteId}/firewall": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Site Firewall Stats",
        "operationId": "getSiteFirewallStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "requestId",
            "in": "query",
            "description": "requestId",
            "required": false,
            "type": "string"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Request Site Firewall Stats",
        "operationId": "requestSiteFirewallStatsUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/site/{siteId}/siteUptime": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Site Uptime Stats",
        "operationId": "getSiteUptimeStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/site/{siteId}/topappbandwidth": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Site Top App Bandwidth",
        "operationId": "getSiteTopAppBandwidthUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "appId",
            "in": "query",
            "description": "appId",
            "required": false,
            "type": "string"
          },
          {
            "name": "appName",
            "in": "query",
            "description": "appName",
            "required": false,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "type",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/site/{siteId}/topappcategorybandwidth": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Site Top App Family Bandwidth",
        "operationId": "getSiteTopAppFamilyBandwidthUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "appFamilyId",
            "in": "query",
            "description": "appFamilyId",
            "required": false,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "type",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/appliance/cpuUsage": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Cpu Usage Stats",
        "operationId": "getApplianceCPUUsageStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/appliance/diskUsage": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Disk Usage Stats",
        "operationId": "getApplianceDiskUsageStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/appliance/interfaceStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Interface Stats",
        "operationId": "getApplianceInterfaceStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/appliance/lteStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Lte Stats",
        "operationId": "getApplianceLTEStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/appliance/memoryUsage": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Memory Usage Stats",
        "operationId": "getApplianceMemoryUsageStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/appliance/networkStatus": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Network Status Stats",
        "operationId": "getApplianceNetworkStatusStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/applianceGraph/cpuUsage": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Cpu Usage Graph Stats",
        "operationId": "getApplianceCPUUsageGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/applianceGraph/lteStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Lte Graph Stats",
        "operationId": "getApplianceLTEGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/applianceGraph/memoryUsage": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Memory Usage Graph Stats",
        "operationId": "getApplianceMemoryUsageGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/applianceGraph/networkStatus": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Network Status Graph Stats",
        "operationId": "getApplianceNetworkStatusGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/dest/{toSiteId}/appQoe": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Site App Qo ETable Stats",
        "operationId": "getSiteAppQoETableStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "applicationId",
            "in": "query",
            "description": "applicationId",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicationName",
            "in": "query",
            "description": "applicationName",
            "required": false,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "toSiteId",
            "in": "path",
            "description": "toSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "trafficType",
            "in": "query",
            "description": "trafficType",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/dest/{toSiteId}/appQoeGraph": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Site App Qo EGraph Stats",
        "operationId": "getSiteAppQoEGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "applicationId",
            "in": "query",
            "description": "applicationId",
            "required": false,
            "type": "string"
          },
          {
            "name": "applicationName",
            "in": "query",
            "description": "applicationName",
            "required": false,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "toSiteId",
            "in": "path",
            "description": "toSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "trafficType",
            "in": "query",
            "description": "trafficType",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/dest/{toSiteId}/performance/classstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Class Stats",
        "operationId": "getPerformanceClassStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "toSiteId",
            "in": "path",
            "description": "toSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/dest/{toSiteId}/performance/pathstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Path Stats",
        "operationId": "getPerformancePathStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "toSiteId",
            "in": "path",
            "description": "toSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/dest/{toSiteId}/performanceGraph/classstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Class Graph Stats",
        "operationId": "getPerformanceClassGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "classIds",
            "in": "query",
            "description": "classIds",
            "required": false,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "toSiteId",
            "in": "path",
            "description": "toSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/dest/{toSiteId}/performanceGraph/pathstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Path Graph Stats",
        "operationId": "getPerformancePathGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "pathIds",
            "in": "query",
            "description": "pathIds",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "toSiteId",
            "in": "path",
            "description": "toSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/dest/{toSiteId}/performanceGraph/vpstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Vp Graph Stats",
        "operationId": "getPerformanceVpGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "toSiteId",
            "in": "path",
            "description": "toSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "vpIds",
            "in": "query",
            "description": "vpIds",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/dest/{toSiteId}/siteQos": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Site Qos Stats",
        "operationId": "getSiteQosStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "toSiteId",
            "in": "path",
            "description": "toSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/SiteQosTrafficPayLoad"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/dest/{toSiteId}/siteQos/graph": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Site Qos Graph Stats",
        "operationId": "getSiteQosGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "toSiteId",
            "in": "path",
            "description": "toSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/dest/{toSiteId}/virtualPath": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Virtual Path Stats",
        "operationId": "getVirtualPathStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "includeMemeberPathStats",
            "in": "query",
            "description": "includeMemeberPathStats",
            "required": false,
            "type": "boolean"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "toSiteId",
            "in": "path",
            "description": "toSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "type",
            "in": "query",
            "description": "type",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/dest/{toSiteId}/virtualPathQoe": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Virtual Path Qoe Stats",
        "operationId": "getVirtualPathQoeStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "toSiteId",
            "in": "path",
            "description": "toSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "type",
            "in": "query",
            "description": "type",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/diskName/{diskName}/applianceGraph/diskUsage": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Disk Usage Graph Stats",
        "operationId": "getApplianceDiskUsageGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "diskName",
            "in": "path",
            "description": "diskName",
            "required": true,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/ifaceName/{ifaceName}/applianceGraph/interfaceStats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Appliance Interface Graph Stats",
        "operationId": "getApplianceInterfaceGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "ifaceName",
            "in": "path",
            "description": "ifaceName",
            "required": true,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performance/ethernetstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Ethernet Stats",
        "operationId": "getPerformanceEthernetStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performance/grestats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Gre Stats",
        "operationId": "getPerformanceGreStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performance/internetstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Internet Stats",
        "operationId": "getPerformanceInternetStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performance/intranetstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Intranet Stats",
        "operationId": "getPerformanceIntranetStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performance/ipsecstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Ip Sec Stats",
        "operationId": "getPerformanceIPSecStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performance/passthroughstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Passthough Stats",
        "operationId": "getPerformancePassthoughStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performance/vpstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Vp Stats",
        "operationId": "getPerformanceVpStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fields",
            "in": "query",
            "description": "fields",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performance/wanlinkstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Wan Link Stats",
        "operationId": "getPerformanceWANLinkStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fields",
            "in": "query",
            "description": "fields",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performanceGraph/ethernetstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Ethernet Graph Stats",
        "operationId": "getPerformanceEthernetGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "deviceIds",
            "in": "query",
            "description": "deviceIds",
            "required": false,
            "type": "string"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performanceGraph/grestats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Gre Graph Stats",
        "operationId": "getPerformanceGreGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "greIds",
            "in": "query",
            "description": "greIds",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performanceGraph/internetstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Internet Graph Stats",
        "operationId": "getPerformanceInternetGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "internetIds",
            "in": "query",
            "description": "internetIds",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performanceGraph/intranetstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Intranet Graph Stats",
        "operationId": "getPerformanceIntranetGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "intranetIds",
            "in": "query",
            "description": "intranetIds",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performanceGraph/ipsecstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Ip Sec Graph Stats",
        "operationId": "getPerformanceIPSecGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "tunnelIds",
            "in": "query",
            "description": "tunnelIds",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performanceGraph/passthroughstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Passthrough Graph Stats",
        "operationId": "getPerformancePassthroughGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "passthroughIds",
            "in": "query",
            "description": "passthroughIds",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/src/{fromSiteId}/performanceGraph/wanlinkstats": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Performance Wan Link Graph Stats",
        "operationId": "getPerformanceWANLinkGraphStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "fromSiteId",
            "in": "path",
            "description": "fromSiteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "wanlinkIds",
            "in": "query",
            "description": "wanlinkIds",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/topappbandwidth": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Top App Bandwidth",
        "operationId": "getNetworkTopAppBandwidthUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "appId",
            "in": "query",
            "description": "appId",
            "required": false,
            "type": "string"
          },
          {
            "name": "appName",
            "in": "query",
            "description": "appName",
            "required": false,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "type",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/statistics/topappcategorybandwidth": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Network Top App Family Bandwidth",
        "operationId": "getNetworkTopAppFamilyBandwidthUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "appFamilyId",
            "in": "query",
            "description": "appFamilyId",
            "required": false,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "type",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/status": {
      "get": {
        "tags": [
          "config-controller"
        ],
        "summary": "Config Status",
        "operationId": "configStatusUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "online",
            "in": "query",
            "description": "online",
            "required": false,
            "type": "boolean"
          },
          {
            "name": "siteId",
            "in": "query",
            "description": "siteId",
            "required": false,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "summary",
            "in": "query",
            "description": "summary",
            "required": false,
            "type": "boolean",
            "default": false
          },
          {
            "name": "warning",
            "in": "query",
            "description": "warning",
            "required": false,
            "type": "boolean",
            "default": false
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/twoStepActivation": {
      "get": {
        "tags": [
          "change-mgmt-controller"
        ],
        "summary": "Cm Two Step Activation",
        "operationId": "cmTwoStepActivationUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/TwoStepActivationStatus"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Forbidden"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/user/{userId}/statistics/hdx/user/performanceMetric": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Hdx Users Performance Metric",
        "operationId": "getHDXUsersPerformanceMetricUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "userId",
            "in": "path",
            "description": "userId",
            "required": true,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/verify": {
      "post": {
        "tags": [
          "config-controller"
        ],
        "summary": "Verify Config",
        "operationId": "verifyConfigUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/zscaler/auth": {
      "get": {
        "tags": [
          "zscaler-controller"
        ],
        "summary": "Get Logon",
        "operationId": "getLogonUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Returns customer details",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Customer not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "zscaler-controller"
        ],
        "summary": "Logon",
        "operationId": "logonUsingPOST_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "payload",
            "description": "payload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ZscalerAuthPayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Customer Created",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request. Please check the subscription details",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Customer already exists",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "zscaler-controller"
        ],
        "summary": "Put Logon",
        "operationId": "putLogonUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "payload",
            "description": "payload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ZscalerAuthPayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "204": {
            "description": "Customer Updated"
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Customer not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "zscaler-controller"
        ],
        "summary": "Delete Logon",
        "operationId": "deleteLogonUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "Customer Deleted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Customer not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Server Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{customerId}/zscaler/status": {
      "get": {
        "tags": [
          "zscaler-controller"
        ],
        "summary": "Get Status",
        "operationId": "getStatusUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Getting Zscaler Site Map Details",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/customer/{scopeId}/audits/config": {
      "get": {
        "tags": [
          "audit-log-configuration-controller"
        ],
        "summary": "Get",
        "operationId": "getUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/AuditLogConfiguration"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "audit-log-configuration-controller"
        ],
        "summary": "Post",
        "operationId": "postUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "in": "body",
            "name": "auditLogConfiguration",
            "description": "auditLogConfiguration",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AuditLogConfiguration"
            }
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/AuditLogConfiguration"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/health": {
      "get": {
        "tags": [
          "version-controller"
        ],
        "summary": "Get Service Health",
        "operationId": "getServiceHealthUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "string"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/healthCheck": {
      "get": {
        "tags": [
          "version-controller"
        ],
        "summary": "Health Check",
        "operationId": "healthCheckUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/ServiceHealth"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/addOnLicensedSiteDetails/customer/{customerId}": {
      "get": {
        "tags": [
          "license-controller"
        ],
        "summary": "Get Addon Liensed Site Details",
        "operationId": "getAddonLiensedSiteDetailsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "addonBandwidth",
            "in": "query",
            "description": "addonBandwidth",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "addOnType",
            "in": "query",
            "description": "addOnType",
            "required": true,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized for licensing",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Access was denied"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal server error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/addOnNonLicensedSiteDetails/customer/{customerId}": {
      "get": {
        "tags": [
          "license-controller"
        ],
        "summary": "Get Addom Non Liensed Site Details",
        "operationId": "getAddomNonLiensedSiteDetailsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "addonBandwidth",
            "in": "query",
            "description": "addonBandwidth",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "addOnType",
            "in": "query",
            "description": "addOnType",
            "required": true,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized for licensing",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Access was denied"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal server error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/addonEntitlement/customer/{customerId}/device/{deviceId}/{addonEntitlementId}": {
      "delete": {
        "tags": [
          "license-controller"
        ],
        "summary": "Release Addon Entitlement For Device",
        "operationId": "releaseAddonEntitlementForDeviceUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "addonEntitlementId",
            "in": "path",
            "description": "addonEntitlementId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "deviceId",
            "in": "path",
            "description": "deviceId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized for licensing",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Access was denied"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal server error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/addonEntitlement/customer/{customerId}/site/{siteId}/device/{deviceId}": {
      "post": {
        "tags": [
          "license-controller"
        ],
        "summary": "Allocate Addon Entitlement For Device",
        "operationId": "allocateAddonEntitlementForDeviceUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "in": "body",
            "name": "addonEntitlementRequest",
            "description": "addonEntitlementRequest",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AddOnEntitlementRequest"
            }
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "deviceId",
            "in": "path",
            "description": "deviceId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized for licensing",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Access was denied"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal server error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/customer/{customerId}": {
      "get": {
        "tags": [
          "license-controller"
        ],
        "summary": "Get License For Customer",
        "operationId": "getLicenseForCustomerUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "license-controller"
        ],
        "summary": "Set License For Customer",
        "operationId": "setLicenseForCustomerUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "payload",
            "description": "payload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/LicensePayloadReq"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/customer/{customerId}/lac": {
      "get": {
        "tags": [
          "license-controller"
        ],
        "summary": "Get Lac By Customer Id",
        "operationId": "getLacByCustomerIdUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/customer/{customerId}/lac/{lac}/license": {
      "get": {
        "tags": [
          "license-controller"
        ],
        "summary": "Get License By Lac",
        "operationId": "getLicenseByLacUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "lac",
            "in": "path",
            "description": "lac",
            "required": true,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/customer/{customerId}/license": {
      "get": {
        "tags": [
          "license-controller"
        ],
        "summary": "Get Licenses By Customer Id",
        "operationId": "getLicensesByCustomerIdUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "license-controller"
        ],
        "summary": "Set Entitlements For Lac",
        "operationId": "setEntitlementsForLacUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "license",
            "description": "license",
            "required": true,
            "schema": {
              "$ref": "#/definitions/License"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/customer/{customerId}/productionEntitlement": {
      "post": {
        "tags": [
          "license-controller"
        ],
        "summary": "Upgrade To Production Entitlement",
        "operationId": "upgradeToProductionEntitlementUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/licensedSiteDetails/customer/{customerId}": {
      "get": {
        "tags": [
          "license-controller"
        ],
        "summary": "Get Liensed Site Details",
        "operationId": "getLiensedSiteDetailsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "platform",
            "in": "query",
            "description": "platform",
            "required": true,
            "type": "string"
          },
          {
            "name": "sdwanBandwidth",
            "in": "query",
            "description": "sdwanBandwidth",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "softwareEdition",
            "in": "query",
            "description": "softwareEdition",
            "required": true,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized for licensing",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Access was denied"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal server error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/nonLicensedSiteDetails/customer/{customerId}": {
      "get": {
        "tags": [
          "license-controller"
        ],
        "summary": "Get Non Liensed Site Details",
        "operationId": "getNonLiensedSiteDetailsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "platform",
            "in": "query",
            "description": "platform",
            "required": true,
            "type": "string"
          },
          {
            "name": "sdwanBandwidth",
            "in": "query",
            "description": "sdwanBandwidth",
            "required": true,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "softwareEdition",
            "in": "query",
            "description": "softwareEdition",
            "required": true,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized for licensing",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Access was denied"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal server error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/sdwanEntitlement/customer/{customerId}/device/{deviceId}": {
      "delete": {
        "tags": [
          "license-controller"
        ],
        "summary": "Release Entitlement For Device",
        "operationId": "releaseEntitlementForDeviceUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "deviceId",
            "in": "path",
            "description": "deviceId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          },
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized for licensing",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Access was denied"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal server error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/sdwanEntitlement/customer/{customerId}/site/{siteId}/device/{deviceId}": {
      "post": {
        "tags": [
          "license-controller"
        ],
        "summary": "Get Entitlement For Device",
        "operationId": "getEntitlementForDeviceUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "deviceId",
            "in": "path",
            "description": "deviceId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "in": "body",
            "name": "sdwanEntitlementRequest",
            "description": "sdwanEntitlementRequest",
            "required": true,
            "schema": {
              "$ref": "#/definitions/SdwanEntitlementRequest"
            }
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized for licensing",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Access was denied"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal server error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/sdwanEntitlements/customer/{customerId}": {
      "get": {
        "tags": [
          "license-controller"
        ],
        "summary": "Get Customer Level Sdwan Entitlements",
        "operationId": "getCustomerLevelSdwanEntitlementsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized for licensing",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Access was denied"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal server error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/licensing/siteLicense/customer/{customerId}": {
      "get": {
        "tags": [
          "license-controller"
        ],
        "summary": "Get Customer Level Sdwan Entitlement",
        "operationId": "getCustomerLevelSdwanEntitlementUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized for licensing",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "403": {
            "description": "Access was denied"
          },
          "404": {
            "description": "Customer not found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal server error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/logoff": {
      "post": {
        "tags": [
          "auth-controller"
        ],
        "summary": "Logoff",
        "operationId": "logoffUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "description": "Authorization",
            "required": true,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/logon": {
      "post": {
        "tags": [
          "auth-controller"
        ],
        "summary": "Logon",
        "operationId": "logonUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "in": "body",
            "name": "payload",
            "description": "payload",
            "required": true,
            "schema": {
              "$ref": "#/definitions/ApiAuthRequestPayload"
            }
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ApiAuthResponse"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/msp/{mspId}/alert/{alertIds}": {
      "delete": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Delete Alerts For Msp",
        "operationId": "deleteAlertsForMspUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "alertIds",
            "in": "path",
            "description": "alertIds",
            "required": true,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "mspId",
            "in": "path",
            "description": "mspId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/msp/{mspId}/alerts": {
      "get": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Get Alerts For Msp",
        "operationId": "getAlertsForMspUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "mspId",
            "in": "path",
            "description": "mspId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Delete All Alerts For Msp",
        "operationId": "deleteAllAlertsForMspUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "mspId",
            "in": "path",
            "description": "mspId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/msp/{mspId}/alerts/count": {
      "get": {
        "tags": [
          "alert-controller"
        ],
        "summary": "Get Alerts Count For Msp",
        "operationId": "getAlertsCountForMspUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "mspId",
            "in": "path",
            "description": "mspId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/msp/{mspId}/customers": {
      "get": {
        "tags": [
          "customer-controller"
        ],
        "summary": "Get Customers",
        "operationId": "getCustomersUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "mspId",
            "in": "path",
            "description": "mspId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "stats",
            "in": "query",
            "description": "stats",
            "required": false,
            "type": "boolean",
            "default": true
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/CustomerListWithStatsGET"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "customer-controller"
        ],
        "summary": "Create Customer",
        "operationId": "createCustomerUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "in": "body",
            "name": "customerPOST",
            "description": "customerPOST",
            "required": true,
            "schema": {
              "$ref": "#/definitions/CustomerPOST"
            }
          },
          {
            "name": "mspId",
            "in": "path",
            "description": "mspId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/CustomerGET"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/msp/{mspId}/statistics": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Msp Stats",
        "operationId": "getMspStatsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "mspId",
            "in": "path",
            "description": "mspId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/msp/{mspId}/statistics/isp": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Msp Isp Names",
        "operationId": "getMspISPNamesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "mspId",
            "in": "path",
            "description": "mspId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/IspPayload"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Create Msp Isp Names",
        "operationId": "createMspISPNamesUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "in": "body",
            "name": "ispList",
            "description": "ispList",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/IspPayload"
              }
            }
          },
          {
            "name": "mspId",
            "in": "path",
            "description": "mspId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/msp/{mspId}/statistics/topappbandwidth": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Msp Top App Bandwidth",
        "operationId": "getMSPTopAppBandwidthUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "appId",
            "in": "query",
            "description": "appId",
            "required": false,
            "type": "string"
          },
          {
            "name": "appName",
            "in": "query",
            "description": "appName",
            "required": false,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "mspId",
            "in": "path",
            "description": "mspId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "type",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/msp/{mspId}/statistics/topappcategorybandwidth": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Msp Top App Family Bandwidth",
        "operationId": "getMSPTopAppFamilyBandwidthUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "appFamilyId",
            "in": "query",
            "description": "appFamilyId",
            "required": false,
            "type": "string"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "mspId",
            "in": "path",
            "description": "mspId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "type",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/msp/{scopeId}/audits/config": {
      "get": {
        "tags": [
          "audit-log-configuration-controller"
        ],
        "summary": "Get",
        "operationId": "getUsingGET_1",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/AuditLogConfiguration"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "audit-log-configuration-controller"
        ],
        "summary": "Post",
        "operationId": "postUsingPOST_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "in": "body",
            "name": "auditLogConfiguration",
            "description": "auditLogConfiguration",
            "required": true,
            "schema": {
              "$ref": "#/definitions/AuditLogConfiguration"
            }
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/AuditLogConfiguration"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/scope/{scopeId}/activeRole": {
      "get": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Get Active Role For User",
        "operationId": "getActiveRoleForUserUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/UserRoleDto"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/scope/{scopeId}/role": {
      "get": {
        "tags": [
          "role-controller"
        ],
        "summary": "Get Roles",
        "operationId": "getRolesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "name",
            "in": "query",
            "description": "name",
            "required": false,
            "type": "string"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/RoleDtoGET"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "role-controller"
        ],
        "summary": "Create Role",
        "operationId": "createRoleUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "in": "body",
            "name": "roleDto",
            "description": "roleDto",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RoleDto"
            }
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/RoleDtoGET"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/scope/{scopeId}/role/{roleId}": {
      "get": {
        "tags": [
          "role-controller"
        ],
        "summary": "Get Role",
        "operationId": "getRoleUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "roleId",
            "in": "path",
            "description": "roleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/RoleDtoGET"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "role-controller"
        ],
        "summary": "Update Role",
        "operationId": "updateRoleUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "in": "body",
            "name": "roleDto",
            "description": "roleDto",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RoleDto"
            }
          },
          {
            "name": "roleId",
            "in": "path",
            "description": "roleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/RoleDtoGET"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "role-controller"
        ],
        "summary": "Delete Role",
        "operationId": "deleteRoleUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "roleId",
            "in": "path",
            "description": "roleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/scope/{scopeId}/userrole": {
      "get": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Get User Roles",
        "operationId": "getUserRolesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/UserRoleDto"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Create User Role",
        "operationId": "createUserRoleUsingPOST",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "citrixUserRoleDto",
            "description": "citrixUserRoleDto",
            "required": true,
            "schema": {
              "$ref": "#/definitions/UserRoleDtoPUT"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/UserRoleDto"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Assign User Role",
        "operationId": "assignUserRoleUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "citrixUserRoleDtos",
            "description": "citrixUserRoleDtos",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/UserRoleDtoPUT"
              }
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/UserRoleDto"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/scope/{scopeId}/userrole/{userRoleId}": {
      "get": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Get User Role",
        "operationId": "getUserRoleUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "userRoleId",
            "in": "path",
            "description": "userRoleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/UserRoleDto"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Update User Role",
        "operationId": "updateUserRoleUsingPUT",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "citrixUserRoleDto",
            "description": "citrixUserRoleDto",
            "required": true,
            "schema": {
              "$ref": "#/definitions/UserRoleDtoPUT"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "userRoleId",
            "in": "path",
            "description": "userRoleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/UserRoleDto"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Delete User Role",
        "operationId": "deleteUserRoleUsingDELETE",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "userRoleId",
            "in": "path",
            "description": "userRoleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/serviceVersions": {
      "get": {
        "tags": [
          "version-controller"
        ],
        "summary": "Get Service Versions",
        "operationId": "getServiceVersionsUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "string"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/sia/scope/{scopeId}/role": {
      "get": {
        "tags": [
          "role-controller"
        ],
        "summary": "Get Roles",
        "operationId": "getRolesUsingGET_1",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "name",
            "in": "query",
            "description": "name",
            "required": false,
            "type": "string"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/RoleDtoGET"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "role-controller"
        ],
        "summary": "Create Role",
        "operationId": "createRoleUsingPOST_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "in": "body",
            "name": "roleDto",
            "description": "roleDto",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RoleDto"
            }
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/RoleDtoGET"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/sia/scope/{scopeId}/role/{roleId}": {
      "get": {
        "tags": [
          "role-controller"
        ],
        "summary": "Get Role",
        "operationId": "getRoleUsingGET_1",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "roleId",
            "in": "path",
            "description": "roleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/RoleDtoGET"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "role-controller"
        ],
        "summary": "Update Role",
        "operationId": "updateRoleUsingPUT_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "in": "body",
            "name": "roleDto",
            "description": "roleDto",
            "required": true,
            "schema": {
              "$ref": "#/definitions/RoleDto"
            }
          },
          {
            "name": "roleId",
            "in": "path",
            "description": "roleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/RoleDtoGET"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "role-controller"
        ],
        "summary": "Delete Role",
        "operationId": "deleteRoleUsingDELETE_1",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "roleId",
            "in": "path",
            "description": "roleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/sia/scope/{scopeId}/userrole": {
      "get": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Get User Roles",
        "operationId": "getUserRolesUsingGET_1",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/UserRoleDto"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "post": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Create User Role",
        "operationId": "createUserRoleUsingPOST_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "citrixUserRoleDto",
            "description": "citrixUserRoleDto",
            "required": true,
            "schema": {
              "$ref": "#/definitions/UserRoleDtoPUT"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/UserRoleDto"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Assign User Role",
        "operationId": "assignUserRoleUsingPUT_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "citrixUserRoleDtos",
            "description": "citrixUserRoleDtos",
            "required": true,
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/UserRoleDtoPUT"
              }
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/UserRoleDto"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/sia/scope/{scopeId}/userrole/{userRoleId}": {
      "get": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Get User Role",
        "operationId": "getUserRoleUsingGET_1",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "userRoleId",
            "in": "path",
            "description": "userRoleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/UserRoleDto"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "put": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Update User Role",
        "operationId": "updateUserRoleUsingPUT_1",
        "consumes": [
          "application/json"
        ],
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "in": "body",
            "name": "citrixUserRoleDto",
            "description": "citrixUserRoleDto",
            "required": true,
            "schema": {
              "$ref": "#/definitions/UserRoleDtoPUT"
            }
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "userRoleId",
            "in": "path",
            "description": "userRoleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/UserRoleDto"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      },
      "delete": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Delete User Role",
        "operationId": "deleteUserRoleUsingDELETE_1",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "userRoleId",
            "in": "path",
            "description": "userRoleId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "204": {
            "description": "No Content",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/statistics/customer/{customerId}/application": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Top Apps For Customer",
        "operationId": "getTopAppsForCustomerUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "group",
            "in": "query",
            "description": "group",
            "required": false,
            "type": "string"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "type",
            "in": "query",
            "description": "type",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "object"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/statistics/customer/{customerId}/site/{siteId}/application": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Application Stats For Site",
        "operationId": "getApplicationStatsForSiteUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "customerId",
            "in": "path",
            "description": "customerId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "endTime",
            "in": "query",
            "description": "endTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "siteId",
            "in": "path",
            "description": "siteId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "startTime",
            "in": "query",
            "description": "startTime",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful operation",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/Statistics"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/statistics/isp": {
      "get": {
        "tags": [
          "statistics-controller"
        ],
        "summary": "Get Global Isp Names",
        "operationId": "getGlobalISPNamesUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/IspPayload"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/userrole": {
      "get": {
        "tags": [
          "user-role-controller"
        ],
        "summary": "Get User Role For User",
        "operationId": "getUserRoleForUserUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          },
          {
            "name": "x-nssvc-customerid",
            "in": "header",
            "description": "x-nssvc-customerid",
            "required": false,
            "type": "string"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/UserRoleDto"
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/version": {
      "get": {
        "tags": [
          "version-controller"
        ],
        "summary": "Get Version",
        "operationId": "getVersionUsingGET",
        "produces": [
          "application/json"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "type": "string"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    },
    "/{ccId}/api/v1/{scopeType}/{scopeId}/audits": {
      "get": {
        "tags": [
          "audit-log-controller"
        ],
        "summary": "Get Audits",
        "operationId": "getAuditsUsingGET",
        "produces": [
          "*/*"
        ],
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "Authorization",
            "in": "header",
            "required": false,
            "type": "string"
          },
          {
            "name": "ccId",
            "in": "path",
            "description": "Citrix Cloud user ID",
            "required": true,
            "type": "string"
          },
          {
            "name": "Content-Type",
            "in": "header",
            "required": true,
            "type": "string",
            "default": "application/json"
          },
          {
            "name": "email",
            "in": "query",
            "description": "email",
            "required": false,
            "type": "string"
          },
          {
            "name": "end",
            "in": "query",
            "description": "end",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "featureId",
            "in": "query",
            "description": "featureId",
            "required": false,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "offset",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "paged",
            "in": "query",
            "required": false,
            "type": "boolean"
          },
          {
            "name": "pageNumber",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "scopeId",
            "in": "path",
            "description": "scopeId",
            "required": true,
            "type": "string",
            "format": "uuid"
          },
          {
            "name": "scopeType",
            "in": "path",
            "description": "scopeType",
            "required": true,
            "type": "string"
          },
          {
            "name": "search",
            "in": "query",
            "description": "search",
            "required": false,
            "type": "string"
          },
          {
            "name": "sort.sorted",
            "in": "query",
            "required": false,
            "type": "boolean"
          },
          {
            "name": "sort.unsorted",
            "in": "query",
            "required": false,
            "type": "boolean"
          },
          {
            "name": "start",
            "in": "query",
            "description": "start",
            "required": false,
            "type": "integer",
            "format": "int64"
          },
          {
            "name": "statusCode",
            "in": "query",
            "description": "statusCode",
            "required": false,
            "type": "integer",
            "format": "int32"
          },
          {
            "name": "unpaged",
            "in": "query",
            "required": false,
            "type": "boolean"
          },
          {
            "name": "url",
            "in": "query",
            "description": "url",
            "required": false,
            "type": "string"
          },
          {
            "name": "X-Content-Type-Options",
            "in": "header",
            "required": false,
            "type": "string",
            "default": "nosniff"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/Page«AuditLog»"
            }
          },
          "400": {
            "description": "Bad Request",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "401": {
            "description": "Unauthorized",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "404": {
            "description": "Not Found",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            }
          },
          "406": {
            "description": "Not Accepted",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "415": {
            "description": "Not Acceptable",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          },
          "500": {
            "description": "Internal Error",
            "headers": {
              "Authorization": {
                "type": "string"
              },
              "Etag": {
                "type": "string"
              },
              "X-Content-Type-Options": {
                "type": "string"
              },
              "Vary": {
                "type": "string"
              },
              "Expires": {
                "type": "string"
              },
              "Last-Modified": {
                "type": "string"
              },
              "X-Cws-Transactionid": {
                "type": "string"
              },
              "cache-control": {
                "type": "string"
              },
              "Content-Type": {
                "type": "string"
              }
            },
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "security": [
          {
            "apiKey": [
              "global"
            ]
          }
        ]
      }
    }
  },
  "securityDefinitions": {
    "apiKey": {
      "type": "apiKey",
      "name": "Authorization",
      "in": "header"
    }
  },
  "definitions": {
    "AddOnEntitlement": {
      "type": "object",
      "properties": {
        "addonBandwidth": {
          "type": "integer",
          "format": "int32"
        },
        "backOfficeId": {
          "type": "string"
        },
        "boAvailable": {
          "type": "integer",
          "format": "int32"
        },
        "boTotal": {
          "type": "integer",
          "format": "int32"
        },
        "dateExpires": {
          "type": "string",
          "format": "date-time"
        },
        "datePurchased": {
          "type": "string",
          "format": "date-time"
        },
        "entitlementId": {
          "type": "string",
          "format": "uuid"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "license": {
          "$ref": "#/definitions/License"
        },
        "orchAvailable": {
          "type": "integer",
          "format": "int32"
        },
        "orchTotal": {
          "type": "integer",
          "format": "int32"
        },
        "saDate": {
          "type": "string",
          "format": "date-time"
        },
        "type": {
          "type": "string",
          "enum": [
            "CLOUD_DIRECT",
            "UTM"
          ]
        }
      },
      "title": "AddOnEntitlement"
    },
    "AddOnEntitlementRequest": {
      "type": "object",
      "properties": {
        "addOnType": {
          "type": "string",
          "enum": [
            "CLOUD_DIRECT",
            "UTM"
          ]
        },
        "addonBandwidth": {
          "type": "integer",
          "format": "int32"
        },
        "addonEntitlementIds": {
          "type": "string",
          "format": "uuid"
        },
        "applianceEdition": {
          "type": "string"
        },
        "deviceId": {
          "type": "string",
          "format": "uuid"
        }
      },
      "title": "AddOnEntitlementRequest"
    },
    "AdminsDefinition": {
      "type": "object",
      "properties": {
        "email": {
          "type": "string"
        },
        "role": {
          "type": "string"
        }
      },
      "title": "AdminsDefinition"
    },
    "AdvancedFirewallProperties": {
      "type": "object",
      "properties": {
        "defaultConnectionStateTracking": {
          "type": "string"
        },
        "defaultFirewallAction": {
          "type": "string"
        },
        "deniedTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "genericIdleTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "genericInitialTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "icmpIdleTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "icmpInitialTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "maxConnectionsPerSource": {
          "type": "integer",
          "format": "int32"
        },
        "maxNewConnectionsPerSource": {
          "type": "integer",
          "format": "int32"
        },
        "sourceRouteValidation": {
          "type": "boolean"
        },
        "tcpClosedTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "tcpClosingTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "tcpIdleTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "tcpInitialTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "tcpTimeWaitTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "udpIdleTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "udpInitialTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "useGlobalConnectionTimeouts": {
          "type": "boolean"
        }
      },
      "title": "AdvancedFirewallProperties"
    },
    "Alert": {
      "type": "object",
      "properties": {
        "createdAt": {
          "type": "string"
        },
        "customerId": {
          "type": "string",
          "format": "uuid"
        },
        "customerName": {
          "type": "string"
        },
        "deviceId": {
          "type": "string",
          "format": "uuid"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "message": {
          "type": "string"
        },
        "networkId": {
          "type": "string",
          "format": "uuid"
        },
        "objectName": {
          "type": "string"
        },
        "objectType": {
          "type": "string"
        },
        "severity": {
          "type": "string"
        },
        "siteId": {
          "type": "string",
          "format": "uuid"
        },
        "siteName": {
          "type": "string"
        },
        "source": {
          "type": "string"
        },
        "state": {
          "type": "string"
        },
        "time": {
          "type": "integer",
          "format": "int64"
        },
        "updatedAt": {
          "type": "string"
        },
        "userSeverity": {
          "type": "string"
        }
      },
      "title": "Alert"
    },
    "AlertCount": {
      "type": "object",
      "properties": {
        "count": {
          "type": "integer",
          "format": "int64"
        },
        "userSeverity": {
          "type": "string"
        }
      },
      "title": "AlertCount"
    },
    "AlertsCountPage": {
      "type": "object",
      "properties": {
        "alertsCount": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AlertCount"
          }
        },
        "totalElements": {
          "type": "integer",
          "format": "int64"
        }
      },
      "title": "AlertsCountPage"
    },
    "AlertsPage": {
      "type": "object",
      "properties": {
        "alerts": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Alert"
          }
        },
        "totalElements": {
          "type": "integer",
          "format": "int64"
        }
      },
      "title": "AlertsPage"
    },
    "ApiAuthRequestPayload": {
      "type": "object",
      "properties": {
        "ccId": {
          "type": "string"
        },
        "clientId": {
          "type": "string"
        },
        "clientSecret": {
          "type": "string"
        }
      },
      "title": "ApiAuthRequestPayload"
    },
    "ApiAuthResponse": {
      "type": "object",
      "properties": {
        "expiresIn": {
          "type": "integer",
          "format": "int32"
        },
        "fqdn": {
          "type": "string"
        },
        "principal": {
          "type": "string"
        },
        "token": {
          "type": "string"
        }
      },
      "title": "ApiAuthResponse"
    },
    "AppBandwidth": {
      "type": "object",
      "properties": {
        "bandwidthData": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AppBandwidthDetails"
          }
        }
      },
      "title": "AppBandwidth"
    },
    "AppBandwidthDetails": {
      "type": "object",
      "properties": {
        "applicationId": {
          "type": "string"
        },
        "applicationLongName": {
          "type": "string"
        },
        "applicationShortName": {
          "type": "string"
        },
        "customerId": {
          "type": "string"
        },
        "recordedTimestamp": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "title": "AppBandwidthDetails"
    },
    "AppCategoryBandiwdth": {
      "type": "object",
      "properties": {
        "bandwidthData": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AppCategoryBandiwdthDetails"
          }
        }
      },
      "title": "AppCategoryBandiwdth"
    },
    "AppCategoryBandiwdthDetails": {
      "type": "object",
      "properties": {
        "applicationLongName": {
          "type": "string"
        },
        "applicationShortName": {
          "type": "string"
        },
        "customerId": {
          "type": "string"
        },
        "recordedTimestamp": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "title": "AppCategoryBandiwdthDetails"
    },
    "AppQoEDefinition": {
      "type": "object",
      "properties": {
        "qoeConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QoEConfiguration"
          }
        },
        "qoeProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QoEProfile"
          }
        }
      },
      "title": "AppQoEDefinition"
    },
    "ApplianceVersion": {
      "type": "object",
      "properties": {
        "applianceSoftwareVersion": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "title": "ApplianceVersion"
    },
    "Application": {
      "type": "object",
      "properties": {
        "application": {
          "type": "string"
        },
        "applicationId": {
          "type": "string"
        }
      },
      "title": "Application"
    },
    "ApplicationGroup": {
      "type": "object",
      "properties": {
        "appGroupName": {
          "type": "string"
        },
        "applications": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Application"
          }
        },
        "enableReporting": {
          "type": "boolean"
        },
        "reportingPriority": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "ApplicationGroup"
    },
    "ApplicationGroupRoutesPolicyReq": {
      "type": "object",
      "required": [
        "matchCriteria",
        "trafficSteering"
      ],
      "properties": {
        "matchCriteria": {
          "$ref": "#/definitions/CustomAppAndAppGroupMatchCriteria"
        },
        "trafficSteering": {
          "$ref": "#/definitions/ApplicationGroupTrafficSteeringReq"
        }
      },
      "title": "ApplicationGroupRoutesPolicyReq"
    },
    "ApplicationGroupRoutesPolicyRes": {
      "type": "object",
      "required": [
        "matchCriteria",
        "trafficSteering"
      ],
      "properties": {
        "matchCriteria": {
          "$ref": "#/definitions/CustomAppAndAppGroupMatchCriteria"
        },
        "trafficSteering": {
          "$ref": "#/definitions/ApplicationGroupTrafficSteeringRes"
        }
      },
      "title": "ApplicationGroupRoutesPolicyRes"
    },
    "ApplicationGroupRulesPolicy": {
      "type": "object",
      "required": [
        "matchCriteria",
        "qosSettings",
        "virtualPathTrafficPolicy"
      ],
      "properties": {
        "lanToWan": {
          "$ref": "#/definitions/ApplicationRulesLanToWan"
        },
        "matchCriteria": {
          "$ref": "#/definitions/CustomAppAndAppGroupMatchCriteria"
        },
        "qosSettings": {
          "$ref": "#/definitions/QosSettings"
        },
        "virtualPathTrafficPolicy": {
          "$ref": "#/definitions/VirtualPathTrafficPolicy"
        },
        "wanGeneral": {
          "$ref": "#/definitions/ApplicationRulesWanGeneral"
        },
        "wanToLan": {
          "$ref": "#/definitions/WanToLan"
        }
      },
      "title": "ApplicationGroupRulesPolicy"
    },
    "ApplicationGroupTrafficSteeringReq": {
      "type": "object",
      "required": [
        "cost",
        "deliveryServiceType"
      ],
      "properties": {
        "citrixCloudAndGatewayServicePolicy": {
          "description": "Settings for Citrix Cloud and Gateway service optimization. Required for Citrix_Cloud_and_Gateway_service when service type is 'internet'",
          "$ref": "#/definitions/CitrixCloudAndGatewayServicePolicy"
        },
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "deliveryServiceName": {
          "type": "string",
          "description": "Name of the service. Required for intranet, ipsec_tunnel, zscaler_service, lan_gre_tunnel and virtual_path service types"
        },
        "deliveryServiceType": {
          "type": "string",
          "description": "Service type. Local service is not applicable to global policies",
          "enum": [
            "discard",
            "internet",
            "intranet",
            "ipsec_tunnel",
            "lan_gre_tunnel",
            "local",
            "passthrough",
            "virtual_path",
            "zscaler_service"
          ]
        },
        "eligibilityBasedOnGateway": {
          "type": "boolean",
          "description": "If enabled, the Route will not receive traffic when the Gateway is unreachable. Available for lan_gre_tunnel. Default is false"
        },
        "eligibilityBasedOnPath": {
          "type": "array",
          "description": "If enabled, the Route will not receive traffic when the selected Path is down. Available for virtual_path, internet, intranet, lan_gre_tunnel, ipsec_tunnel and zscaler_service",
          "items": {
            "$ref": "#/definitions/EligibilityBasedOnPath"
          }
        },
        "eligibilityBasedOnTunnel": {
          "type": "boolean",
          "description": "If enabled, the Route will not receive traffic when the associated Tunnel is unreachable. Available for intranet, ipsec_tunnel and zscaler_service service type. Default is false"
        },
        "office365Policy": {
          "description": "Settings for office 365 optimization. Required for O365_Group when service type is 'internet'",
          "$ref": "#/definitions/Office365PolicyReq"
        }
      },
      "title": "ApplicationGroupTrafficSteeringReq"
    },
    "ApplicationGroupTrafficSteeringRes": {
      "type": "object",
      "required": [
        "cost",
        "deliveryServiceType"
      ],
      "properties": {
        "citrixCloudAndGatewayServicePolicy": {
          "description": "Settings for Citrix Cloud and Gateway service optimization. Required for Citrix_Cloud_and_Gateway_service when service type is 'internet'",
          "$ref": "#/definitions/CitrixCloudAndGatewayServicePolicy"
        },
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "deliveryServiceName": {
          "type": "string",
          "description": "Name of the service. Required for intranet, ipsec_tunnel, zscaler_service, lan_gre_tunnel and virtual_path service types"
        },
        "deliveryServiceType": {
          "type": "string",
          "description": "Service type. Local service is not applicable to global policies",
          "enum": [
            "discard",
            "internet",
            "intranet",
            "ipsec_tunnel",
            "lan_gre_tunnel",
            "local",
            "passthrough",
            "virtual_path",
            "zscaler_service"
          ]
        },
        "eligibilityBasedOnGateway": {
          "type": "boolean",
          "description": "If enabled, the Route will not receive traffic when the Gateway is unreachable. Available for lan_gre_tunnel. Default is false"
        },
        "eligibilityBasedOnPath": {
          "type": "array",
          "description": "If enabled, the Route will not receive traffic when the selected Path is down. Available for virtual_path, internet, intranet, lan_gre_tunnel, ipsec_tunnel and zscaler_service",
          "items": {
            "$ref": "#/definitions/EligibilityBasedOnPath"
          }
        },
        "eligibilityBasedOnTunnel": {
          "type": "boolean",
          "description": "If enabled, the Route will not receive traffic when the associated Tunnel is unreachable. Available for intranet, ipsec_tunnel and zscaler_service service type. Default is false"
        },
        "office365Policy": {
          "description": "Settings for office 365 optimization. Required for O365_Group when service type is 'internet'",
          "$ref": "#/definitions/Office365PolicyRes"
        }
      },
      "title": "ApplicationGroupTrafficSteeringRes"
    },
    "ApplicationMatchCriteria": {
      "type": "object",
      "required": [
        "siteTags"
      ],
      "properties": {
        "appId": {
          "type": "integer",
          "format": "int32",
          "description": "Numeric id of the application"
        },
        "appName": {
          "type": "string",
          "description": "Name of the application"
        },
        "routingDomain": {
          "type": "string"
        },
        "siteTags": {
          "type": "array",
          "description": "site name array on which policy is to be applied. For global policy, a single element 'any'",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "ApplicationMatchCriteria"
    },
    "ApplicationRoutesPolicy": {
      "type": "object",
      "required": [
        "matchCriteria",
        "trafficSteering"
      ],
      "properties": {
        "matchCriteria": {
          "$ref": "#/definitions/ApplicationMatchCriteria"
        },
        "trafficSteering": {
          "$ref": "#/definitions/TrafficSteering"
        }
      },
      "title": "ApplicationRoutesPolicy"
    },
    "ApplicationRulesLanToWan": {
      "type": "object",
      "properties": {
        "general": {
          "$ref": "#/definitions/ApplicationRulesLanToWanGeneral"
        }
      },
      "title": "ApplicationRulesLanToWan"
    },
    "ApplicationRulesLanToWanGeneral": {
      "type": "object",
      "properties": {
        "dropDepth": {
          "type": "integer",
          "format": "int32",
          "description": "In bytes. If the queue depth exceeds this threshold, the packet will be discarded and statistics will be counted"
        },
        "dropLimit": {
          "type": "integer",
          "format": "int32",
          "description": "In ms. The maximum amount of estimated time that packets smaller than the Large Packet Size will have to wait in the class scheduler. If the estimated time exceeds this threshold, the packet will be discarded and statistics will be counted. Not valid for Bulk classes"
        },
        "duplicatePackets": {
          "$ref": "#/definitions/DuplicatePackets"
        },
        "enableRed": {
          "type": "boolean",
          "description": "If enabled, Random Early Detection (RED) will discard packets uniformly when congestion is detected"
        }
      },
      "title": "ApplicationRulesLanToWanGeneral"
    },
    "ApplicationRulesMatchCriteria": {
      "type": "object",
      "required": [
        "siteTags"
      ],
      "properties": {
        "appId": {
          "type": "integer",
          "format": "int32",
          "description": "Numeric id of the application"
        },
        "appName": {
          "type": "string",
          "description": "Name of the application"
        },
        "dstIp": {
          "type": "string",
          "description": "The destination IP Address and subnet mask that this application will match"
        },
        "dstPort": {
          "type": "integer",
          "format": "int32",
          "description": "If set, the destination port that this rule will match"
        },
        "dstPortRange": {
          "type": "string",
          "description": "If set, the destination port range that this rule will match. Format: start-end"
        },
        "routingDomain": {
          "type": "string"
        },
        "siteTags": {
          "type": "array",
          "description": "site name array on which policy is to be applied. For global policy, a single element 'any'",
          "items": {
            "type": "string"
          }
        },
        "srcIp": {
          "type": "string",
          "description": "The source IP Address and subnet mask that this application will match"
        },
        "srcIpEqualsDstIp": {
          "type": "boolean",
          "description": "Creates two rules, with source and destination interchanged. If true, only source IP should be provided."
        },
        "srcPort": {
          "type": "integer",
          "format": "int32",
          "description": "If set, the source port that this rule will match"
        },
        "srcPortEqualsDstPort": {
          "type": "boolean",
          "description": "If set to true, only source port should be provided"
        },
        "srcPortRange": {
          "type": "string",
          "description": "If set, the source port range that this rule will match. Format: start-end"
        }
      },
      "title": "ApplicationRulesMatchCriteria"
    },
    "ApplicationRulesPolicy": {
      "type": "object",
      "required": [
        "matchCriteria",
        "qosSettings",
        "virtualPathTrafficPolicy"
      ],
      "properties": {
        "lanToWan": {
          "$ref": "#/definitions/ApplicationRulesLanToWan"
        },
        "matchCriteria": {
          "$ref": "#/definitions/ApplicationRulesMatchCriteria"
        },
        "qosSettings": {
          "$ref": "#/definitions/QosSettings"
        },
        "virtualPathTrafficPolicy": {
          "$ref": "#/definitions/VirtualPathTrafficPolicy"
        },
        "wanGeneral": {
          "$ref": "#/definitions/ApplicationRulesWanGeneral"
        },
        "wanToLan": {
          "$ref": "#/definitions/WanToLan"
        }
      },
      "title": "ApplicationRulesPolicy"
    },
    "ApplicationRulesTrafficOptimization": {
      "type": "object",
      "properties": {
        "enablePacketAggregation": {
          "type": "boolean",
          "description": "If enabled, normal packets on this flow will be aggregated together into larger packets"
        }
      },
      "title": "ApplicationRulesTrafficOptimization"
    },
    "ApplicationRulesWanGeneral": {
      "type": "object",
      "properties": {
        "persistentImpedance": {
          "type": "integer",
          "format": "int32",
          "description": "In ms. Use the same path until wait time on the path is longer than the configured value"
        },
        "retransmitLostPackets": {
          "type": "boolean",
          "description": "If enabled, flows matching this rule will be sent using reliable service to the remote appliance and any packets lost will be retransmitted"
        },
        "trafficOptimization": {
          "$ref": "#/definitions/ApplicationRulesTrafficOptimization"
        }
      },
      "title": "ApplicationRulesWanGeneral"
    },
    "ApplicationSettingsDefinition": {
      "type": "object",
      "properties": {
        "globalDPIEnabled": {
          "type": "boolean"
        },
        "overrideSites": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "ApplicationSettingsDefinition"
    },
    "Applications": {
      "type": "object",
      "properties": {
        "applicationGroups": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ApplicationGroup"
          }
        },
        "customApplications": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CustomApplication"
          }
        }
      },
      "title": "Applications"
    },
    "Areas": {
      "type": "object",
      "required": [
        "areaId",
        "stubArea",
        "virtualInterfaces"
      ],
      "properties": {
        "areaId": {
          "type": "string",
          "example": "10.10.10.5",
          "description": "The IP Address or Area ID of the network that OSFP will learn routes from and advertise routes to."
        },
        "stubArea": {
          "type": "boolean",
          "description": "Enabling the Stub Area feature ensures that this Area will not receive route advertisements from outside of the designated Autonomous System."
        },
        "virtualInterfaces": {
          "type": "array",
          "description": "Virtual Interfaces",
          "items": {
            "$ref": "#/definitions/VirtualInterfaces"
          }
        }
      },
      "title": "Areas"
    },
    "AuditLog": {
      "type": "object",
      "properties": {
        "ccid": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "format": "date-time"
        },
        "email": {
          "type": "string"
        },
        "featureId": {
          "type": "string",
          "format": "uuid"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "message": {
          "type": "string"
        },
        "method": {
          "type": "string"
        },
        "payload": {
          "type": "string"
        },
        "response": {
          "type": "string"
        },
        "scopeId": {
          "type": "string",
          "format": "uuid"
        },
        "statusCode": {
          "type": "integer",
          "format": "int32"
        },
        "url": {
          "type": "string"
        }
      },
      "title": "AuditLog"
    },
    "AuditLogConfiguration": {
      "type": "object",
      "properties": {
        "payload": {
          "type": "boolean"
        }
      },
      "title": "AuditLogConfiguration"
    },
    "AutopathRules": {
      "type": "object",
      "properties": {
        "mplsRules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MplsRule"
          }
        },
        "privateIntranetRules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PrivateIntranetRule"
          }
        },
        "publicInternetRules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PublicInternetRule"
          }
        }
      },
      "title": "AutopathRules"
    },
    "AvailabilityAvgData": {
      "type": "object",
      "properties": {
        "avg": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AvailabilityStatPoints"
          }
        }
      },
      "title": "AvailabilityAvgData"
    },
    "AvailabilityStatPoints": {
      "type": "object",
      "properties": {
        "time": {
          "type": "integer",
          "format": "int64"
        },
        "value": {
          "type": "boolean"
        }
      },
      "title": "AvailabilityStatPoints"
    },
    "AwsTransitGatewayConnectAllSiteResponses": {
      "type": "object",
      "required": [
        "awsTransitGatewayConnectSites"
      ],
      "properties": {
        "awsTransitGatewayConnectSites": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AwsTransitGatewayConnectSiteResponse"
          }
        }
      },
      "title": "AwsTransitGatewayConnectAllSiteResponses"
    },
    "AwsTransitGatewayConnectAuthPayload": {
      "type": "object",
      "properties": {
        "accessKey": {
          "type": "string"
        },
        "accountId": {
          "type": "string"
        },
        "secretKey": {
          "type": "string"
        }
      },
      "title": "AwsTransitGatewayConnectAuthPayload"
    },
    "AwsTransitGatewayConnectAuthResponse": {
      "type": "object",
      "properties": {
        "accessKey": {
          "type": "string"
        },
        "accountId": {
          "type": "string"
        },
        "customerId": {
          "type": "string"
        }
      },
      "title": "AwsTransitGatewayConnectAuthResponse"
    },
    "AwsTransitGatewayConnectBgpConfiguration": {
      "type": "object",
      "properties": {
        "BgpStatus": {
          "type": "string"
        },
        "PeerAddress": {
          "type": "string"
        },
        "PeerAsn": {
          "type": "integer",
          "format": "int32"
        },
        "TransitGatewayAddress": {
          "type": "string"
        },
        "TransitGatewayAsn": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "AwsTransitGatewayConnectBgpConfiguration"
    },
    "AwsTransitGatewayConnectConnectAttachments": {
      "type": "object",
      "properties": {
        "connectAttachmentId": {
          "type": "string"
        },
        "lanSubnets": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "vpcAttachmentId": {
          "type": "string"
        }
      },
      "title": "AwsTransitGatewayConnectConnectAttachments"
    },
    "AwsTransitGatewayConnectPeer": {
      "type": "object",
      "properties": {
        "bgpAsn": {
          "type": "integer",
          "format": "int32"
        },
        "bgpInsideCidrBlock": {
          "type": "string"
        },
        "connectPeerConfig": {
          "type": "string"
        },
        "connectPeerGreTunnelIp": {
          "type": "string"
        },
        "connectPeerId": {
          "type": "string"
        },
        "connectPeerStatus": {
          "type": "string"
        },
        "createTransitGatewayCidrBlock": {
          "type": "boolean"
        },
        "peerAddress": {
          "type": "string"
        },
        "transitGatewayCidrBlock": {
          "type": "string"
        },
        "vifName": {
          "type": "string"
        }
      },
      "title": "AwsTransitGatewayConnectPeer"
    },
    "AwsTransitGatewayConnectPeerResponse": {
      "type": "object",
      "properties": {
        "BgpConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AwsTransitGatewayConnectBgpConfiguration"
          }
        },
        "bgpAsn": {
          "type": "integer",
          "format": "int32"
        },
        "bgpInsideCidrBlock": {
          "type": "string"
        },
        "connectPeerGreTunnelIp": {
          "type": "string"
        },
        "connectPeerId": {
          "type": "string"
        },
        "connectPeerStatus": {
          "type": "string"
        },
        "createTransitGatewayCidrBlock": {
          "type": "boolean"
        },
        "peerAddress": {
          "type": "string"
        },
        "transitGatewayCidrBlock": {
          "type": "string"
        },
        "vifName": {
          "type": "string"
        }
      },
      "title": "AwsTransitGatewayConnectPeerResponse"
    },
    "AwsTransitGatewayConnectResource": {
      "type": "object",
      "properties": {
        "connectAttachments": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AwsTransitGatewayConnectConnectAttachments"
          }
        },
        "transitGatewayCidrBlocks": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "transitGatewayId": {
          "type": "string"
        }
      },
      "title": "AwsTransitGatewayConnectResource"
    },
    "AwsTransitGatewayConnectResourcesResponse": {
      "type": "object",
      "properties": {
        "awsTransitGateways": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AwsTransitGatewayConnectResource"
          }
        },
        "vpcSubnetList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AwsTransitGatewayConnectVpcSubnet"
          }
        }
      },
      "title": "AwsTransitGatewayConnectResourcesResponse"
    },
    "AwsTransitGatewayConnectSaasGwAllSites": {
      "type": "object",
      "required": [
        "awsTransitGatewayConnectSites"
      ],
      "properties": {
        "awsTransitGatewayConnectSites": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AwsTransitGatewayConnectSaasGwSite"
          }
        }
      },
      "title": "AwsTransitGatewayConnectSaasGwAllSites"
    },
    "AwsTransitGatewayConnectSaasGwSite": {
      "type": "object",
      "properties": {
        "connectAttachmentId": {
          "type": "string"
        },
        "connectPeers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AwsTransitGatewaySaasGwConnectPeer"
          }
        },
        "deploymentStatus": {
          "type": "string"
        },
        "saasSiteId": {
          "type": "string"
        },
        "siteConfigId": {
          "type": "string"
        },
        "vpcAttachmentId": {
          "type": "string"
        }
      },
      "title": "AwsTransitGatewayConnectSaasGwSite"
    },
    "AwsTransitGatewayConnectSiteFeature": {
      "type": "object",
      "properties": {
        "awsRegion": {
          "type": "string"
        },
        "connectAttachmentId": {
          "type": "string"
        },
        "connectPeers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AwsTransitGatewayConnectPeer"
          }
        },
        "createConnectAttachment": {
          "type": "boolean"
        },
        "deploymentStatus": {
          "type": "string"
        },
        "lanSubnetId": {
          "type": "string"
        },
        "saasSiteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "transitGatewayId": {
          "type": "string"
        },
        "vpcAttachmentId": {
          "type": "string"
        },
        "vpcId": {
          "type": "string"
        }
      },
      "title": "AwsTransitGatewayConnectSiteFeature"
    },
    "AwsTransitGatewayConnectSiteMap": {
      "type": "object",
      "required": [
        "awsTransitGatewayConnectSiteMap"
      ],
      "properties": {
        "awsTransitGatewayConnectSiteMap": {
          "$ref": "#/definitions/AwsTransitGatewayConnectSiteFeature"
        }
      },
      "title": "AwsTransitGatewayConnectSiteMap"
    },
    "AwsTransitGatewayConnectSiteResponse": {
      "type": "object",
      "properties": {
        "awsRegion": {
          "type": "string"
        },
        "connectAttachmentId": {
          "type": "string"
        },
        "connectPeers": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AwsTransitGatewayConnectPeerResponse"
          }
        },
        "createConnectAttachment": {
          "type": "boolean"
        },
        "deploymentStatus": {
          "type": "string"
        },
        "lanSubnetId": {
          "type": "string"
        },
        "saasSiteId": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "transitGatewayId": {
          "type": "string"
        },
        "vpcAttachmentId": {
          "type": "string"
        },
        "vpcId": {
          "type": "string"
        }
      },
      "title": "AwsTransitGatewayConnectSiteResponse"
    },
    "AwsTransitGatewayConnectVpcSubnet": {
      "type": "object",
      "properties": {
        "cidrBlock": {
          "type": "string"
        },
        "subnetId": {
          "type": "string"
        }
      },
      "title": "AwsTransitGatewayConnectVpcSubnet"
    },
    "AwsTransitGatewaySaasGwConnectPeer": {
      "type": "object",
      "properties": {
        "bgpInsideCidrBlock": {
          "type": "string"
        },
        "connectPeerConfig": {
          "type": "string"
        },
        "connectPeerGreTunnelIp": {
          "type": "string"
        },
        "connectPeerId": {
          "type": "string"
        },
        "connectPeerStatus": {
          "type": "string"
        },
        "peerAddress": {
          "type": "string"
        }
      },
      "title": "AwsTransitGatewaySaasGwConnectPeer"
    },
    "AzureVWANAuthInfo": {
      "type": "object",
      "properties": {
        "hubList": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "location": {
          "type": "string"
        },
        "resGrpName": {
          "type": "string"
        },
        "virtualWanName": {
          "type": "string"
        }
      },
      "title": "AzureVWANAuthInfo"
    },
    "AzureVWANAuthPayload": {
      "type": "object",
      "properties": {
        "clientId": {
          "type": "string"
        },
        "clientSecret": {
          "type": "string"
        },
        "subscriptionId": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        }
      },
      "title": "AzureVWANAuthPayload"
    },
    "AzureVWANAuthResponse": {
      "type": "object",
      "properties": {
        "clientId": {
          "type": "string"
        },
        "clientSecret": {
          "type": "string"
        },
        "customerId": {
          "type": "string"
        },
        "message": {
          "type": "string"
        },
        "subscriptionId": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        },
        "vwanInfo": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AzureVWANAuthInfo"
          }
        }
      },
      "title": "AzureVWANAuthResponse"
    },
    "AzureVWANMap": {
      "type": "object",
      "properties": {
        "azureVWANMap": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AzureVWANMapPayload"
          }
        }
      },
      "title": "AzureVWANMap"
    },
    "AzureVWANMapPayload": {
      "type": "object",
      "properties": {
        "hubName": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "location": {
          "type": "string"
        },
        "resGrpName": {
          "type": "string"
        },
        "siteNodes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AzureVWANSiteSubnetPayload"
          }
        },
        "wanName": {
          "type": "string"
        }
      },
      "title": "AzureVWANMapPayload"
    },
    "AzureVWANSitePayload": {
      "type": "object",
      "properties": {
        "hubName": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "location": {
          "type": "string"
        },
        "resGrpName": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "virtualWanName": {
          "type": "string"
        }
      },
      "title": "AzureVWANSitePayload"
    },
    "AzureVWANSiteResponse": {
      "type": "object",
      "properties": {
        "azureTunnelConfigInfo": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AzureVWANSiteTunnelConfigInfo"
          }
        },
        "azureTunnelProfileInfo": {
          "$ref": "#/definitions/IPsecProfileInfo"
        },
        "azureTunnelStatsInfo": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteTunnelStatsInfo"
          }
        },
        "hubName": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "localIps": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "location": {
          "type": "string"
        },
        "publicIps": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "resGrpName": {
          "type": "string"
        },
        "saasSiteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "vpnConfig": {
          "type": "string"
        },
        "wanLinkName": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "wanName": {
          "type": "string"
        }
      },
      "title": "AzureVWANSiteResponse"
    },
    "AzureVWANSiteStatusResponse": {
      "type": "object",
      "properties": {
        "siteName": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "vpnSiteConfig": {
          "type": "string"
        }
      },
      "title": "AzureVWANSiteStatusResponse"
    },
    "AzureVWANSiteSubnetPayload": {
      "type": "object",
      "properties": {
        "localIp": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        }
      },
      "title": "AzureVWANSiteSubnetPayload"
    },
    "AzureVWANSiteTunnelConfigInfo": {
      "type": "object",
      "properties": {
        "connectedSubnets": {
          "type": "string"
        },
        "peerBGPASN": {
          "type": "integer",
          "format": "int32"
        },
        "peerBGPIP": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "peerIP": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "region": {
          "type": "string"
        },
        "sharedKey": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "tunnelName": {
          "type": "string"
        }
      },
      "title": "AzureVWANSiteTunnelConfigInfo"
    },
    "BGPRouteConfig": {
      "type": "object",
      "properties": {
        "bgpSettings": {
          "$ref": "#/definitions/BGPSettings"
        }
      },
      "title": "BGPRouteConfig"
    },
    "BGPSettings": {
      "type": "object",
      "required": [
        "bgpProtocolPreference",
        "enableBgp",
        "localAutonomousSystem",
        "neighbors"
      ],
      "properties": {
        "advertiseOspfRoutes": {
          "type": "boolean",
          "description": "Advertise the routes learnt from OSPF peers to BGP peers"
        },
        "advertiseSdwanRoutes": {
          "type": "boolean",
          "description": "Enable Citrix SDWAN routes to be advertised via BGP"
        },
        "bgpProtocolPreference": {
          "type": "integer",
          "format": "int32",
          "example": 25,
          "description": "Protocol Preference value imposes routing protocol selection if prefixes are learnt via multilple routing protocols. This is local to the appliance and is not advertised in routing updates."
        },
        "communities": {
          "type": "array",
          "description": "A collection of BGP communities that can be used for route filtering",
          "items": {
            "$ref": "#/definitions/Communities"
          }
        },
        "enableBgp": {
          "type": "boolean",
          "description": "Enable BGP"
        },
        "localAutonomousSystem": {
          "type": "integer",
          "format": "int64",
          "example": 25,
          "description": "The Local Autonomous System number to learn routes from and advertise routes to"
        },
        "neighbors": {
          "type": "array",
          "description": "All of the configured BGP peer routers that are scrutinized to find the shortest paths for data. All of the neighbors must be part of the same Autonomous System",
          "items": {
            "$ref": "#/definitions/Neighbors"
          }
        },
        "policies": {
          "type": "array",
          "description": "A collection of BGP attributes which can be used to set or modify route attributes for each BGP Peer",
          "items": {
            "$ref": "#/definitions/Policies"
          }
        },
        "routerId": {
          "type": "string",
          "example": "100.1.1.1",
          "description": "A unique identifier, in IPv4 format, used in BGP advertisements "
        },
        "routerIdSetting": {
          "type": "array",
          "description": "Router ID per Routing Domain",
          "items": {
            "$ref": "#/definitions/RouterIdSetting"
          }
        }
      },
      "title": "BGPSettings"
    },
    "BandwidthAllocation": {
      "type": "object",
      "properties": {
        "bulk": {
          "$ref": "#/definitions/BulkDefinition"
        },
        "interactive": {
          "$ref": "#/definitions/InteractiveDefinition"
        },
        "realtime": {
          "$ref": "#/definitions/RealtimeDefinition"
        }
      },
      "title": "BandwidthAllocation"
    },
    "BlockedUrl": {
      "type": "object",
      "properties": {
        "blocked": {
          "type": "boolean"
        },
        "description": {
          "type": "string"
        },
        "flagged": {
          "type": "boolean"
        },
        "url": {
          "type": "string"
        }
      },
      "title": "BlockedUrl"
    },
    "BridgePair": {
      "type": "object",
      "properties": {
        "lsp": {
          "type": "boolean",
          "example": false,
          "description": "LSP , default false"
        },
        "port1": {
          "type": "string",
          "example": 1,
          "description": "port in bridge pair"
        },
        "port2": {
          "type": "string",
          "example": 2,
          "description": "port in bridge pair"
        }
      },
      "title": "BridgePair"
    },
    "BulkDefinition": {
      "type": "object",
      "properties": {
        "absolute": {
          "type": "number",
          "format": "float"
        },
        "high": {
          "type": "number",
          "format": "float"
        },
        "low": {
          "type": "number",
          "format": "float"
        },
        "medium": {
          "type": "number",
          "format": "float"
        }
      },
      "title": "BulkDefinition"
    },
    "BypassClient": {
      "type": "object",
      "properties": {
        "clientIPs": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "description": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        }
      },
      "title": "BypassClient"
    },
    "BypassUrl": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        },
        "url": {
          "type": "string"
        }
      },
      "title": "BypassUrl"
    },
    "CDApplicationGroupRoutes": {
      "type": "object",
      "required": [
        "matchCriteria"
      ],
      "properties": {
        "matchCriteria": {
          "$ref": "#/definitions/CDCustomAppAndAppGroupMatchCriteria"
        }
      },
      "title": "CDApplicationGroupRoutes"
    },
    "CDApplicationMatchCriteria": {
      "type": "object",
      "properties": {
        "appId": {
          "type": "integer",
          "format": "int32",
          "description": "Numeric id of the application"
        },
        "appName": {
          "type": "string",
          "description": "Name of the application"
        }
      },
      "title": "CDApplicationMatchCriteria"
    },
    "CDApplicationRoutes": {
      "type": "object",
      "required": [
        "matchCriteria"
      ],
      "properties": {
        "matchCriteria": {
          "$ref": "#/definitions/CDApplicationMatchCriteria"
        }
      },
      "title": "CDApplicationRoutes"
    },
    "CDCustomAppAndAppGroupMatchCriteria": {
      "type": "object",
      "required": [
        "appName"
      ],
      "properties": {
        "appName": {
          "type": "string",
          "description": "Name of an existing application"
        }
      },
      "title": "CDCustomAppAndAppGroupMatchCriteria"
    },
    "CDCustomApplicationRoutes": {
      "type": "object",
      "required": [
        "matchCriteria"
      ],
      "properties": {
        "matchCriteria": {
          "$ref": "#/definitions/CDCustomAppAndAppGroupMatchCriteria"
        }
      },
      "title": "CDCustomApplicationRoutes"
    },
    "Categories": {
      "type": "object",
      "properties": {
        "inverse": {
          "type": "boolean"
        },
        "value": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "Categories"
    },
    "CategoryRule": {
      "type": "object",
      "properties": {
        "blocked": {
          "type": "boolean"
        },
        "categoryNames": {
          "type": "array",
          "description": "Web Categories",
          "items": {
            "type": "string"
          }
        },
        "flagged": {
          "type": "boolean"
        }
      },
      "title": "CategoryRule"
    },
    "Certificate": {
      "type": "object",
      "properties": {
        "cert": {
          "type": "string"
        },
        "certType": {
          "type": "string",
          "enum": [
            "identity",
            "trusted"
          ]
        },
        "key": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "title": "Certificate"
    },
    "CitrixCloudAndGatewayServicePolicy": {
      "type": "object",
      "required": [
        "citrixCloud",
        "citrixGatewayService"
      ],
      "properties": {
        "citrixCloud": {
          "type": "boolean"
        },
        "citrixGatewayService": {
          "type": "boolean"
        },
        "citrixSdwanOrchestrator": {
          "type": "boolean"
        }
      },
      "title": "CitrixCloudAndGatewayServicePolicy"
    },
    "CitrixHDXRulesPolicy": {
      "type": "object",
      "required": [
        "matchCriteria",
        "qosSettings",
        "virtualPathTrafficPolicy"
      ],
      "properties": {
        "lanToWan": {
          "$ref": "#/definitions/ApplicationRulesLanToWan"
        },
        "matchCriteria": {
          "$ref": "#/definitions/CitrixHdxRulesMatchCriteria"
        },
        "qosSettings": {
          "$ref": "#/definitions/QosSettings"
        },
        "virtualPathTrafficPolicy": {
          "$ref": "#/definitions/VirtualPathTrafficPolicy"
        },
        "wanGeneral": {
          "$ref": "#/definitions/ApplicationRulesWanGeneral"
        },
        "wanToLan": {
          "$ref": "#/definitions/WanToLan"
        }
      },
      "title": "CitrixHDXRulesPolicy"
    },
    "CitrixHdxRulesMatchCriteria": {
      "type": "object",
      "required": [
        "siteTags"
      ],
      "properties": {
        "appId": {
          "type": "integer",
          "format": "int32",
          "description": "Numeric id of the application"
        },
        "appName": {
          "type": "string",
          "description": "Name of the application"
        },
        "dstIp": {
          "type": "string",
          "description": "The destination IP Address and subnet mask that this application will match"
        },
        "dstPort": {
          "type": "integer",
          "format": "int32",
          "description": "If set, the destination port that this rule will match"
        },
        "dstPortRange": {
          "type": "string",
          "description": "If set, the destination port range that this rule will match. Format: start-end"
        },
        "hdxProfileType": {
          "type": "string",
          "description": "Required for site level HDX rules",
          "enum": [
            "HDX_Disabled",
            "HDX_Multi_Stream",
            "HDX_Single_Stream"
          ]
        },
        "routingDomain": {
          "type": "string"
        },
        "siteTags": {
          "type": "array",
          "description": "site name array on which policy is to be applied. For global policy, a single element 'any'",
          "items": {
            "type": "string"
          }
        },
        "srcIp": {
          "type": "string",
          "description": "The source IP Address and subnet mask that this application will match"
        },
        "srcIpEqualsDstIp": {
          "type": "boolean",
          "description": "Creates two rules, with source and destination interchanged. If true, only source IP should be provided."
        },
        "srcPort": {
          "type": "integer",
          "format": "int32",
          "description": "If set, the source port that this rule will match"
        },
        "srcPortEqualsDstPort": {
          "type": "boolean",
          "description": "If set to true, only source port should be provided"
        },
        "srcPortRange": {
          "type": "string",
          "description": "If set, the source port range that this rule will match. Format: start-end"
        }
      },
      "title": "CitrixHdxRulesMatchCriteria"
    },
    "ClassStats": {
      "type": "object",
      "properties": {
        "bulkBandwidth": {
          "type": "string"
        },
        "bulkBandwidthPercent": {
          "type": "string"
        },
        "classId": {
          "type": "string"
        },
        "controlBandwidth": {
          "type": "string"
        },
        "interactiveBandwidth": {
          "type": "string"
        },
        "interactiveBandwidthPercent": {
          "type": "string"
        },
        "realtimeBandwidth": {
          "type": "string"
        },
        "realtimeBandwidthPercent": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "sumBandwidth": {
          "type": "string"
        },
        "toSiteName": {
          "type": "string"
        },
        "trafficType": {
          "type": "string"
        },
        "vpId": {
          "type": "string"
        }
      },
      "title": "ClassStats"
    },
    "ClassType": {
      "type": "object",
      "properties": {
        "inverse": {
          "type": "boolean"
        },
        "value": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "ClassType"
    },
    "CloudDirectDefaultRoutingPolicy": {
      "type": "object",
      "properties": {
        "applicationGroupRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CDApplicationGroupRoutes"
          }
        },
        "applicationRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CDApplicationRoutes"
          }
        },
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "customApplicationRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CDCustomApplicationRoutes"
          }
        },
        "isCDAllowedForAllApps": {
          "type": "boolean"
        }
      },
      "title": "CloudDirectDefaultRoutingPolicy"
    },
    "CmDeviceDetails": {
      "type": "object",
      "properties": {
        "deviceId": {
          "type": "string",
          "format": "uuid"
        },
        "firmwareBuild": {
          "type": "string"
        },
        "haState": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "onlineStatus": {
          "type": "string"
        }
      },
      "title": "CmDeviceDetails"
    },
    "CmGlobalStatus": {
      "type": "object",
      "properties": {
        "activateStatus": {
          "type": "string",
          "enum": [
            "COMPLETED",
            "FAILED",
            "IN_PROGRESS",
            "NONE"
          ]
        },
        "activated": {
          "type": "integer",
          "format": "int32"
        },
        "failed": {
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "networkState": {
          "type": "string",
          "enum": [
            "ACTIVATING",
            "ACTIVE_APPLIANCES_ACTIVATING",
            "ALL_APPLIANCES_ACTIVATING",
            "CLEAR_HA_FREEZE",
            "CN_STAGED",
            "HA_FREEZING",
            "READY",
            "STAGING",
            "STANDBY_APPLIANCES_ACTIVATING",
            "SWITCH_TO_HA"
          ]
        },
        "offline": {
          "type": "integer",
          "format": "int32"
        },
        "preparing": {
          "type": "integer",
          "format": "int32"
        },
        "softwareVersion": {
          "type": "string"
        },
        "stageStatus": {
          "type": "string",
          "enum": [
            "COMPLETED",
            "FAILED",
            "IN_PROGRESS",
            "NONE"
          ]
        },
        "staged": {
          "type": "integer",
          "format": "int32"
        },
        "total": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "CmGlobalStatus"
    },
    "CmHistory": {
      "type": "object",
      "properties": {
        "activated": {
          "type": "integer",
          "format": "int32"
        },
        "createdAt": {
          "type": "string"
        },
        "errorCode": {
          "type": "string"
        },
        "errorMessage": {
          "type": "string"
        },
        "exitCode": {
          "type": "integer",
          "format": "int32"
        },
        "failed": {
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "startedAt": {
          "type": "string"
        },
        "total": {
          "type": "integer",
          "format": "int32"
        },
        "updatedAt": {
          "type": "string"
        }
      },
      "title": "CmHistory"
    },
    "CmNetworkStatus": {
      "type": "object",
      "properties": {
        "audits": {
          "type": "string"
        },
        "cmGlobalStatus": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CmGlobalStatus"
          }
        },
        "cmSiteStatus": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CmSiteStatus"
          }
        }
      },
      "title": "CmNetworkStatus"
    },
    "CmServiceData": {
      "type": "object",
      "properties": {
        "cmSettings": {
          "$ref": "#/definitions/CmSettings"
        }
      },
      "title": "CmServiceData"
    },
    "CmSettings": {
      "type": "object",
      "properties": {
        "ignoreIncomplete": {
          "type": "boolean"
        },
        "partialSiteUpgrade": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PartialSiteUpgrade"
          }
        },
        "partialSoftwareUpgradeSupportedVersions": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "title": "CmSettings"
    },
    "CmSiteStatus": {
      "type": "object",
      "properties": {
        "deviceId": {
          "type": "string",
          "format": "uuid"
        },
        "deviceState": {
          "type": "string",
          "enum": [
            "ACTIVATING",
            "FAILED",
            "READY",
            "STAGED",
            "STAGE_OR_ACTIVATE",
            "STAGING"
          ]
        },
        "firmwareBuild": {
          "type": "string"
        },
        "haState": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "onlineStatus": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      },
      "title": "CmSiteStatus"
    },
    "Communities": {
      "type": "object",
      "required": [
        "communityStrings",
        "name"
      ],
      "properties": {
        "communityStrings": {
          "type": "array",
          "description": "A collection of BGP communities that can be used for route filtering",
          "items": {
            "$ref": "#/definitions/CommunityStrings"
          }
        },
        "name": {
          "type": "string",
          "example": "com_str1",
          "description": "Name of the BGP community"
        }
      },
      "title": "Communities"
    },
    "CommunityStrings": {
      "type": "object",
      "required": [
        "isNewFormat",
        "stringAsn",
        "stringValue"
      ],
      "properties": {
        "isNewFormat": {
          "type": "boolean",
          "description": "Use the new format (AA:NN) for configuring BGP Community as an ASN:Value pair as defined in RFC 1997"
        },
        "stringAsn": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "The first 16 bits of BGP Community when using the new format for configuration"
        },
        "stringType": {
          "type": "string",
          "description": "Configure BGP community manually or select a standard well-known BGP Community",
          "enum": [
            "Manual",
            "No Advertise",
            "No Export"
          ]
        },
        "stringValue": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "BGP Community Value"
        }
      },
      "title": "CommunityStrings"
    },
    "ConfigurationPayload": {
      "type": "object",
      "properties": {
        "customerId": {
          "type": "string"
        },
        "retentionDays": {
          "type": "string"
        }
      },
      "title": "ConfigurationPayload"
    },
    "ControlNodeDefinition": {
      "type": "object",
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "enableWAN2WAN": {
          "type": "boolean"
        },
        "siteName": {
          "type": "string"
        }
      },
      "title": "ControlNodeDefinition"
    },
    "CriteriaDefinition": {
      "type": "object",
      "properties": {
        "sampleTimeSec": {
          "type": "integer",
          "format": "int32"
        },
        "throughputThresholdKbps": {
          "type": "integer",
          "format": "int32"
        },
        "throughputThresholdPps": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "CriteriaDefinition"
    },
    "CustomAppAndAppGroupMatchCriteria": {
      "type": "object",
      "required": [
        "appName",
        "siteTags"
      ],
      "properties": {
        "appName": {
          "type": "string",
          "description": "Name of an existing application"
        },
        "routingDomain": {
          "type": "string"
        },
        "siteTags": {
          "type": "array",
          "description": "site name array on which policy is to be applied. For global policy, a single element 'any'",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "CustomAppAndAppGroupMatchCriteria"
    },
    "CustomApplication": {
      "type": "object",
      "properties": {
        "customAppName": {
          "type": "string"
        },
        "customAppType": {
          "type": "string"
        },
        "domains": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "enableReporting": {
          "type": "boolean"
        },
        "matchCriteria": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MatchCriterium"
          }
        },
        "reportingPriority": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "CustomApplication"
    },
    "CustomApplicationRoutesPolicy": {
      "type": "object",
      "required": [
        "matchCriteria",
        "trafficSteering"
      ],
      "properties": {
        "matchCriteria": {
          "$ref": "#/definitions/CustomAppAndAppGroupMatchCriteria"
        },
        "trafficSteering": {
          "$ref": "#/definitions/TrafficSteering"
        }
      },
      "title": "CustomApplicationRoutesPolicy"
    },
    "CustomApplicationRulesMatchCriteria": {
      "type": "object",
      "required": [
        "appName",
        "siteTags"
      ],
      "properties": {
        "appName": {
          "type": "string",
          "description": "Name of an existing application"
        },
        "routingDomain": {
          "type": "string"
        },
        "siteTags": {
          "type": "array",
          "description": "site name array on which policy is to be applied. For global policy, a single element named 'any'",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "CustomApplicationRulesMatchCriteria"
    },
    "CustomApplicationRulesPolicy": {
      "type": "object",
      "required": [
        "matchCriteria",
        "qosSettings",
        "virtualPathTrafficPolicy"
      ],
      "properties": {
        "lanToWan": {
          "$ref": "#/definitions/ApplicationRulesLanToWan"
        },
        "matchCriteria": {
          "$ref": "#/definitions/CustomApplicationRulesMatchCriteria"
        },
        "qosSettings": {
          "$ref": "#/definitions/QosSettings"
        },
        "virtualPathTrafficPolicy": {
          "$ref": "#/definitions/VirtualPathTrafficPolicy"
        },
        "wanGeneral": {
          "$ref": "#/definitions/ApplicationRulesWanGeneral"
        },
        "wanToLan": {
          "$ref": "#/definitions/WanToLan"
        }
      },
      "title": "CustomApplicationRulesPolicy"
    },
    "CustomBlockPage": {
      "type": "object",
      "properties": {
        "customBlockPage": {
          "$ref": "#/definitions/CustomBlockPage_"
        }
      },
      "title": "CustomBlockPage"
    },
    "CustomBlockPage_": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "header": {
          "type": "string"
        },
        "link": {
          "type": "string"
        },
        "title": {
          "type": "string"
        }
      },
      "title": "CustomBlockPage_"
    },
    "CustomGroupDefinition": {
      "type": "object",
      "properties": {
        "admins": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AdminsDefinition"
          }
        },
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "siteNames": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "CustomGroupDefinition"
    },
    "CustomerGET": {
      "type": "object",
      "properties": {
        "billingModel": {
          "type": "string",
          "enum": [
            "NONE",
            "POSTPAID",
            "POSTPAID_LICENSE",
            "PREPAID_ANNUAL_AND_PERPETUAL",
            "PREPAID_ANNUAL_AND_PERPETUAL_LICENSE"
          ]
        },
        "ccId": {
          "type": "string"
        },
        "contactEmail": {
          "type": "string"
        },
        "contactName": {
          "type": "string"
        },
        "createdAt": {
          "type": "string"
        },
        "customerType": {
          "type": "string",
          "enum": [
            "CSP",
            "ENTERPRISE",
            "NON_CSP"
          ]
        },
        "deviceLicenseEndHrs": {
          "type": "integer",
          "format": "int64"
        },
        "icon": {
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "internal": {
          "type": "boolean"
        },
        "licenseEnd": {
          "type": "string"
        },
        "licenseStart": {
          "type": "string"
        },
        "licenseType": {
          "type": "string",
          "enum": [
            "LICENSED",
            "NOT_LICENSED",
            "TRIAL",
            "TRIAL_LICENSED"
          ]
        },
        "name": {
          "type": "string"
        },
        "orchLicenseEndHrs": {
          "type": "integer",
          "format": "int64"
        },
        "saDate": {
          "type": "string",
          "format": "date-time"
        },
        "saEndHrs": {
          "type": "integer",
          "format": "int64"
        },
        "updatedAt": {
          "type": "string"
        },
        "whiteLabel": {
          "type": "boolean"
        }
      },
      "title": "CustomerGET"
    },
    "CustomerListWithStatsGET": {
      "type": "object",
      "properties": {
        "ccId": {
          "type": "string"
        },
        "createdAt": {
          "type": "string"
        },
        "criticalAlertCount": {
          "type": "integer",
          "format": "int64"
        },
        "devicePlatformCounts": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DevicePlatformCount"
          }
        },
        "downSiteCount": {
          "type": "integer",
          "format": "int64"
        },
        "health": {
          "type": "string"
        },
        "icon": {
          "type": "string"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "inactiveSiteCount": {
          "type": "integer",
          "format": "int64"
        },
        "internal": {
          "type": "boolean"
        },
        "lowAlertCount": {
          "type": "integer",
          "format": "int64"
        },
        "mediumAlertCount": {
          "type": "integer",
          "format": "int64"
        },
        "name": {
          "type": "string"
        },
        "normalSiteCount": {
          "type": "integer",
          "format": "int64"
        },
        "siteCount": {
          "type": "integer",
          "format": "int64"
        },
        "unknownSiteCount": {
          "type": "integer",
          "format": "int64"
        },
        "warningSiteCount": {
          "type": "integer",
          "format": "int64"
        },
        "whiteLabel": {
          "type": "boolean"
        }
      },
      "title": "CustomerListWithStatsGET"
    },
    "CustomerPOST": {
      "type": "object",
      "properties": {
        "ccId": {
          "type": "string"
        },
        "contactEmail": {
          "type": "string"
        },
        "contactName": {
          "type": "string"
        },
        "icon": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "title": "CustomerPOST"
    },
    "DHCPOptionSetDefinition": {
      "type": "object",
      "properties": {
        "dhcpOption": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DHCPOptionsDefinition"
          }
        },
        "ipType": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "title": "DHCPOptionSetDefinition"
    },
    "DHCPOptionsDefinition": {
      "type": "object",
      "properties": {
        "dataType": {
          "type": "string"
        },
        "optionName": {
          "type": "string"
        },
        "optionNumber": {
          "type": "integer",
          "format": "int32"
        },
        "value": {
          "type": "string"
        }
      },
      "title": "DHCPOptionsDefinition"
    },
    "DHCPRelayDefinition": {
      "type": "object",
      "properties": {
        "serverIp": {
          "type": "string"
        },
        "virtualInterfaceName": {
          "type": "string"
        }
      },
      "title": "DHCPRelayDefinition"
    },
    "DHCPSubnetDefinition": {
      "type": "object",
      "properties": {
        "dhcpSubnetHosts": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DHCPSubnetHost"
          }
        },
        "dhcpSubnetRanges": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DHCPSubnetRanges"
          }
        },
        "domainName": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        },
        "primaryDns": {
          "type": "string"
        },
        "secondaryDns": {
          "type": "string"
        },
        "virtualInterfaceName": {
          "type": "string"
        },
        "virtualIpAddress": {
          "type": "string"
        }
      },
      "title": "DHCPSubnetDefinition"
    },
    "DHCPSubnetHost": {
      "type": "object",
      "properties": {
        "fixedIpAddress": {
          "type": "string"
        },
        "macAddress": {
          "type": "string"
        },
        "optionSetName": {
          "type": "string"
        }
      },
      "title": "DHCPSubnetHost"
    },
    "DHCPSubnetRanges": {
      "type": "object",
      "properties": {
        "gateway": {
          "type": "string"
        },
        "optionSetName": {
          "type": "string"
        },
        "rangeEnd": {
          "type": "string"
        },
        "rangeStart": {
          "type": "string"
        }
      },
      "title": "DHCPSubnetRanges"
    },
    "DestinationNatDefinition": {
      "type": "object",
      "properties": {
        "insideIp": {
          "type": "string"
        },
        "insidePort": {
          "type": "string"
        },
        "ipType": {
          "type": "string"
        },
        "onReceive": {
          "type": "boolean"
        },
        "outsideIp": {
          "type": "string"
        },
        "outsidePort": {
          "type": "string"
        },
        "priority": {
          "type": "integer",
          "format": "int32"
        },
        "routingDomain": {
          "type": "string"
        },
        "serviceName": {
          "type": "string"
        },
        "serviceType": {
          "type": "string"
        }
      },
      "title": "DestinationNatDefinition"
    },
    "Device": {
      "type": "object",
      "properties": {
        "addOnEntitlements": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AddOnEntitlement"
          }
        },
        "addOnLicenseType": {
          "type": "string",
          "enum": [
            "CLOUD_DIRECT",
            "UTM"
          ]
        },
        "agentBuild": {
          "type": "string"
        },
        "allocatedBandwidth": {
          "type": "integer",
          "format": "int32"
        },
        "cmDeviceStatus": {
          "type": "string",
          "enum": [
            "ACTIVATION_COMPLETE",
            "ACTIVATION_INPROGRESS",
            "ACTIVATION_PENDING",
            "FAILED",
            "STAGING_COMPLETE",
            "STAGING_INPROGRESS",
            "STAGING_NOT_NEEDED",
            "STAGING_PENDING",
            "UNKNOWN"
          ]
        },
        "configured": {
          "type": "boolean"
        },
        "createdAt": {
          "type": "string"
        },
        "defaultPassword": {
          "type": "boolean"
        },
        "deviceRegulatoryDomain": {
          "type": "integer",
          "format": "int32"
        },
        "deviceReportedStatus": {
          "type": "string"
        },
        "deviceState": {
          "type": "string",
          "enum": [
            "CADS_NOT_ACTIVE",
            "CADS_REQUEST_FAILURE",
            "CADS_REQUEST_TIMEOUT",
            "CADS_VERIFICATION_FAILURE",
            "CADS_VERIFIED",
            "CC_REQUEST_TIMEOUT",
            "INVALID_SERIAL_NUM",
            "OWNERSHIP_VERIFICATION_FAILURE",
            "PENDING_CADS_VERIFICATION"
          ]
        },
        "deviceStateDetails": {
          "type": "string"
        },
        "deviceStatus": {
          "type": "string"
        },
        "entitlementId": {
          "type": "string",
          "format": "uuid"
        },
        "expirationDate": {
          "type": "string",
          "format": "date-time"
        },
        "firmwareBuild": {
          "type": "string"
        },
        "haRole": {
          "type": "string"
        },
        "haState": {
          "type": "string"
        },
        "heartbeatInterval": {
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "inbandIp": {
          "type": "string"
        },
        "interfaceStatusList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/InterfaceStatus"
          }
        },
        "lastHeartbeat": {
          "type": "string",
          "format": "date-time"
        },
        "licenseId": {
          "type": "string"
        },
        "licenseType": {
          "type": "string",
          "enum": [
            "LICENSED",
            "NOT_LICENSED",
            "TRIAL",
            "TRIAL_LICENSED"
          ]
        },
        "maintenanceMode": {
          "type": "boolean"
        },
        "mgmtIp": {
          "type": "string"
        },
        "moreTokensAllowed": {
          "type": "boolean"
        },
        "onlineStatus": {
          "type": "string"
        },
        "platform": {
          "type": "string"
        },
        "role": {
          "type": "string"
        },
        "saDate": {
          "type": "string",
          "format": "date-time"
        },
        "serialNumber": {
          "type": "string"
        },
        "shortName": {
          "type": "string"
        },
        "siteId": {
          "type": "string",
          "format": "uuid"
        },
        "softwareEdition": {
          "type": "string"
        },
        "stsRunning": {
          "type": "boolean"
        },
        "updateLicense": {
          "type": "boolean"
        },
        "updatedAt": {
          "type": "string"
        },
        "uptime": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "Device"
    },
    "DevicePlatformCount": {
      "type": "object",
      "properties": {
        "count": {
          "type": "integer",
          "format": "int32"
        },
        "platform": {
          "type": "string"
        }
      },
      "title": "DevicePlatformCount"
    },
    "DnsForwarders": {
      "type": "object",
      "properties": {
        "application": {
          "type": "string"
        },
        "dnsService": {
          "type": "string"
        },
        "dnsServicev6": {
          "type": "string"
        },
        "dpiAppId": {
          "type": "string"
        },
        "matchType": {
          "type": "string"
        },
        "orderId": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "DnsForwarders"
    },
    "DnsProxy": {
      "type": "object",
      "properties": {
        "defaultDnsService": {
          "type": "string"
        },
        "defaultDnsServicev6": {
          "type": "string"
        },
        "dnsForwarders": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DnsForwarders"
          }
        },
        "dnsProxyName": {
          "type": "string"
        },
        "interfaces": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "DnsProxy"
    },
    "DnsServices": {
      "type": "object",
      "properties": {
        "dnsServiceType": {
          "type": "string"
        },
        "primaryDns": {
          "type": "string"
        },
        "secondaryDns": {
          "type": "string"
        },
        "serviceInstance": {
          "type": "string"
        },
        "serviceName": {
          "type": "string"
        },
        "serviceType": {
          "type": "string"
        }
      },
      "title": "DnsServices"
    },
    "DnsTransparentForwarders": {
      "type": "object",
      "properties": {
        "application": {
          "type": "string"
        },
        "dnsService": {
          "type": "string"
        },
        "dnsServicev6": {
          "type": "string"
        },
        "dpiAppId": {
          "type": "string"
        },
        "matchType": {
          "type": "string"
        },
        "orderId": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "DnsTransparentForwarders"
    },
    "DpiApplication": {
      "type": "object",
      "properties": {
        "description": {
          "$ref": "#/definitions/DpiDescription"
        },
        "family": {
          "type": "string"
        },
        "id": {
          "type": "integer",
          "format": "int32"
        },
        "longName": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "supportsDNS": {
          "type": "boolean"
        }
      },
      "title": "DpiApplication"
    },
    "DpiApplicationsAndFamilies": {
      "type": "object",
      "properties": {
        "applications": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DpiApplication"
          }
        },
        "families": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DpiFamily"
          }
        }
      },
      "title": "DpiApplicationsAndFamilies"
    },
    "DpiDescription": {
      "type": "object",
      "properties": {
        "en": {
          "type": "string"
        }
      },
      "title": "DpiDescription"
    },
    "DpiFamily": {
      "type": "object",
      "properties": {
        "description": {
          "$ref": "#/definitions/DpiDescription"
        },
        "id": {
          "type": "integer",
          "format": "int32"
        },
        "name": {
          "type": "string"
        }
      },
      "title": "DpiFamily"
    },
    "DuplicatePackets": {
      "type": "object",
      "properties": {
        "disableDepth": {
          "type": "integer",
          "format": "int32",
          "description": "In bytes. The queue depth of the class scheduler at which point duplicate packets will not be generated"
        },
        "disableLimit": {
          "type": "integer",
          "format": "int32",
          "description": "In ms. Designates the amount of time a packet may wait in the queue before duplication is not performed, which prevents duplicate packets from consuming bandwidth when bandwidth is limited"
        }
      },
      "title": "DuplicatePackets"
    },
    "DynamicVirtualPathDefinition": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "maxPaths": {
          "type": "integer",
          "format": "int32"
        },
        "overrideGlobalDefault": {
          "type": "boolean",
          "example": false,
          "description": "Override Global Enabled Settings"
        },
        "qosProfile": {
          "type": "string"
        },
        "wanLinks": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WanLinksDefinition"
          }
        }
      },
      "title": "DynamicVirtualPathDefinition"
    },
    "EcmpGroupsDefinition": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "title": "EcmpGroupsDefinition"
    },
    "EligibilityBasedOnPath": {
      "type": "object",
      "properties": {
        "fromWanLink": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "toWanLink": {
          "type": "string"
        }
      },
      "title": "EligibilityBasedOnPath"
    },
    "EndpointList": {
      "type": "object",
      "properties": {
        "certificate": {
          "type": "string"
        },
        "identitydata": {
          "type": "string"
        },
        "ipsecSecurityProfileName": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "peerIdentityData": {
          "type": "string"
        },
        "peerIp": {
          "type": "string"
        },
        "peerPreSharedKey": {
          "type": "string"
        },
        "preSharedKey": {
          "type": "string"
        }
      },
      "title": "EndpointList"
    },
    "EndpointMapping": {
      "type": "object",
      "properties": {
        "endpointName": {
          "type": "string"
        },
        "siteBindings": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteBinding"
          }
        },
        "wanlinktagBindings": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WanlinktagBinding"
          }
        }
      },
      "title": "EndpointMapping"
    },
    "ErrorResponse": {
      "type": "object",
      "properties": {
        "detail": {
          "type": "string"
        },
        "parameters": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Parameter"
          }
        },
        "type": {
          "type": "string"
        }
      },
      "title": "ErrorResponse"
    },
    "EthernetStats": {
      "type": "object",
      "properties": {
        "bytesReceived": {
          "type": "string"
        },
        "bytesSent": {
          "type": "string"
        },
        "deviceId": {
          "type": "string"
        },
        "errors": {
          "type": "string"
        },
        "hwName": {
          "type": "string"
        },
        "packetsReceived": {
          "type": "string"
        },
        "packetsSent": {
          "type": "string"
        },
        "rxBandwidth": {
          "type": "string"
        },
        "serialNo": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "txBandwidth": {
          "type": "string"
        }
      },
      "title": "EthernetStats"
    },
    "ExportFilters": {
      "type": "object",
      "required": [
        "enabled",
        "include",
        "orderId"
      ],
      "properties": {
        "costType": {
          "type": "string",
          "example": "eq",
          "description": "The method (predicate) and route cost",
          "enum": [
            "eq",
            "ge",
            "gt",
            "le",
            "lt"
          ]
        },
        "costValue": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "Cost that are used to narrow the selection of routes exported. "
        },
        "enabled": {
          "type": "boolean",
          "description": "Enable or disable the filter."
        },
        "exportOspfRouteType": {
          "type": "string",
          "example": "type_5_as_external",
          "description": "Advertise the Citrix SD-WAN route to OSPF neighbors as type 1 Intra-area route or type 5 External route. Default route is always advertised as type-5 External route to normal areas and type-3 summary route to stub areas.",
          "enum": [
            "type_1_intra_area",
            "type_5_as_external"
          ]
        },
        "exportOspfRouteWeight": {
          "type": "integer",
          "format": "int32",
          "example": 5,
          "description": "The cost advertised to OSPF neighbors is the original Citrix SD-WAN cost plus the weight configured here."
        },
        "gatewayIp": {
          "type": "string",
          "example": "10.1.1.1",
          "description": "If you chose GRE Tunnel or Local as the Service Type, enter the Gateway IP for the tunnel."
        },
        "include": {
          "type": "boolean",
          "description": " Include routes that match the filter for advertisement. If this box is not checked, matching routes are ignored."
        },
        "netObject": {
          "type": "string",
          "example": "ipGroup1",
          "description": "Network Objects that describe the route's network."
        },
        "networkAddress": {
          "type": "string",
          "example": "20.20.20.0/24",
          "description": "The IP Address and Netmask that describe the route's network."
        },
        "orderId": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "The Order in which filters are applied. Once a filter is applied, the Order is automatically sorted."
        },
        "prefixType": {
          "type": "string",
          "example": "eq",
          "description": "The method (predicate) and prefix length. ",
          "enum": [
            "eq",
            "ge",
            "gt",
            "le",
            "lt"
          ]
        },
        "prefixValue": {
          "type": "integer",
          "format": "int32",
          "example": 24,
          "description": "Prefix length used to filter routes"
        },
        "routingDomain": {
          "type": "string",
          "example": "domain1",
          "description": "A configured routing domain or Any to include results from all Routing Domains."
        },
        "serviceName": {
          "type": "string",
          "example": "intranet1",
          "description": "The name of the service that matching routes will use."
        },
        "serviceType": {
          "type": "string",
          "example": "local",
          "description": "A configured Service Type from all of the existing, supported Citrix SD-WAN Services.",
          "enum": [
            "any",
            "gretunnel",
            "internet",
            "intranet",
            "iphost",
            "lanipsectunnel",
            "local",
            "virtualpath"
          ]
        }
      },
      "title": "ExportFilters"
    },
    "FallbackConfig": {
      "type": "object",
      "properties": {
        "fallbackConfig": {
          "$ref": "#/definitions/FallbackConfigProperties"
        }
      },
      "title": "FallbackConfig"
    },
    "FallbackConfigProperties": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "title": "FallbackConfigProperties"
    },
    "FeatureDto": {
      "type": "object",
      "properties": {
        "category": {
          "type": "string"
        },
        "featureType": {
          "type": "string",
          "enum": [
            "ADMIN",
            "ONPREM",
            "SDWAN",
            "SIA"
          ]
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "name": {
          "type": "string"
        },
        "scopeType": {
          "type": "string",
          "enum": [
            "Brand",
            "Customer",
            "MSP",
            "ROOT"
          ]
        }
      },
      "title": "FeatureDto"
    },
    "FeaturePermissionDtoGET": {
      "type": "object",
      "properties": {
        "access": {
          "type": "string",
          "enum": [
            "NONE",
            "RO",
            "RW"
          ]
        },
        "feature": {
          "$ref": "#/definitions/FeatureDto"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        }
      },
      "title": "FeaturePermissionDtoGET"
    },
    "FeaturePermissionDtoPOST": {
      "type": "object",
      "properties": {
        "access": {
          "type": "string",
          "enum": [
            "NONE",
            "RO",
            "RW"
          ]
        },
        "featureId": {
          "type": "string",
          "format": "uuid"
        }
      },
      "title": "FeaturePermissionDtoPOST"
    },
    "FileExtension": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        },
        "extension": {
          "type": "string",
          "pattern": "^[a-zA-Z0-9]{0,16}$"
        }
      },
      "title": "FileExtension"
    },
    "FirewallProfile": {
      "type": "object",
      "properties": {
        "active": {
          "type": "boolean"
        },
        "firewallRules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/FirewallRule"
          }
        },
        "profileName": {
          "type": "string"
        },
        "siteTags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "FirewallProfile"
    },
    "FirewallProfiles": {
      "type": "object",
      "properties": {
        "globalOverrideProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/FirewallProfile"
          }
        },
        "globalProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/FirewallProfile"
          }
        },
        "siteLevelProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/FirewallProfile"
          }
        }
      },
      "title": "FirewallProfiles"
    },
    "FirewallRule": {
      "type": "object",
      "required": [
        "dstZone",
        "matchType",
        "srcZone"
      ],
      "properties": {
        "action": {
          "type": "string",
          "description": "Action to be taken on matching traffic",
          "enum": [
            "allow",
            "count_and_continue",
            "drop",
            "inspect",
            "redirect_to_service",
            "reject"
          ]
        },
        "allowFragments": {
          "type": "boolean",
          "description": "A boolean field to enable or disable fragments. Default is true for 'allow', fixed to false for 'reject' and 'count_and_continue'. Set to true for 'drop'"
        },
        "appId": {
          "type": "integer",
          "format": "int32",
          "description": "Integer ID of a dpi_app(not required when dpi_app is 'any') or dpi_family."
        },
        "appName": {
          "type": "string",
          "description": "Name of dpi or custom app or app group"
        },
        "connectionStateTracking": {
          "type": "boolean",
          "description": "A boolean field to enable or disable connection state tracking. Default is false. To use site default, do not use this field"
        },
        "dscp": {
          "type": "string",
          "description": "DSCP tag value",
          "enum": [
            "af11",
            "af12",
            "af13",
            "af21",
            "af22",
            "af23",
            "af31",
            "af32",
            "af33",
            "af41",
            "af42",
            "af43",
            "any",
            "cs1",
            "cs2",
            "cs3",
            "cs4",
            "cs5",
            "cs6",
            "cs7",
            "default",
            "ef"
          ]
        },
        "dstIpAddress": {
          "type": "string",
          "description": "Destination IP address with or without subnet"
        },
        "dstPort": {
          "type": "string",
          "description": "Value of destination port or destination port range"
        },
        "dstServiceName": {
          "type": "string",
          "description": "The name of the destination service. Default value is 'any'"
        },
        "dstServiceType": {
          "type": "string",
          "description": "The destination service type the policy will match. When set to 'any', the service name can only be 'any'",
          "enum": [
            "any",
            "gre_tunnel",
            "internet",
            "intranet",
            "ip_host",
            "ipsec_tunnel",
            "local",
            "muticast",
            "virtual_path"
          ]
        },
        "dstZone": {
          "type": "array",
          "description": "A list of destination zones. Either individual zones or a single element named 'any' for any zone",
          "items": {
            "type": "string"
          }
        },
        "hostedFirewallRedirectionInterface": {
          "type": "string",
          "description": "Hosted firewall redirectio interface to be used for external firewall policy"
        },
        "hostedFirewallTemplateName": {
          "type": "string",
          "description": "Hosted firewall template to be used for external firewall policy"
        },
        "logConnectionStartAndEnd": {
          "type": "boolean",
          "description": "A boolean property to enable or disable logConnectionStartAndEnd of connection start or end. Set to 'false' by default"
        },
        "logPacketStatistics": {
          "type": "boolean",
          "description": "A boolean field to enable or disable logging of packet statistics. Default is true"
        },
        "loggingInterval": {
          "type": "integer",
          "format": "int32",
          "description": "Integer field for logging interval in seconds. Valid only when 'logPacketStatistics is set to 'true'",
          "enum": [
            120,
            300,
            600
          ]
        },
        "matchEstablished": {
          "type": "boolean",
          "description": "A boolean field to match incoming packets for a Connection to which outgoing packets were allowed. Fixed to false for all action types except 'allow' where the default is false"
        },
        "matchType": {
          "type": "string",
          "description": "The application type",
          "enum": [
            "app_group",
            "custom_app",
            "dpi_app",
            "dpi_family",
            "ip_protocol"
          ]
        },
        "policyType": {
          "type": "string",
          "description": "Type of policy, whether Internal or External",
          "enum": [
            "external",
            "internal"
          ]
        },
        "protocol": {
          "type": "integer",
          "format": "int32",
          "description": "Numeric value of protocol. Used with 'ip_protocol' matchType"
        },
        "reverseAlso": {
          "type": "boolean",
          "description": "A boolean field to add a copy of this Filter with the Source and Destination settings reversed. Default is false"
        },
        "routingDomain": {
          "type": "string"
        },
        "scheduleName": {
          "type": "string",
          "description": "The mame of the Schedule Manager"
        },
        "securityProfileName": {
          "type": "string"
        },
        "srcIpAddress": {
          "type": "string",
          "description": "Source IP address with or without subnet"
        },
        "srcPort": {
          "type": "string",
          "description": "Value of destination port or destination port range"
        },
        "srcServiceName": {
          "type": "string",
          "description": "The name of the source service. Default value is 'any'"
        },
        "srcServiceType": {
          "type": "string",
          "description": "The source service type the policy will match. When set to 'any', the service name can only be 'any'",
          "enum": [
            "any",
            "gre_tunnel",
            "internet",
            "intranet",
            "ip_host",
            "ipsec_tunnel",
            "local",
            "virtual_path"
          ]
        },
        "srcZone": {
          "type": "array",
          "description": "A list of destination zones. Either individual zones or a single element named 'any' for any zone",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "FirewallRule"
    },
    "FirewallZoneDefinition": {
      "type": "object",
      "required": [
        "isDefault",
        "name"
      ],
      "properties": {
        "isDefault": {
          "type": "boolean",
          "description": "Firewall Zone default flag"
        },
        "name": {
          "type": "string",
          "description": "Firewall Zone name. Starts with a letter, containing only letters, numbers, dash and underscore."
        }
      },
      "title": "FirewallZoneDefinition"
    },
    "GeoControlNodeDefinition": {
      "type": "object",
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "enableWAN2WAN": {
          "type": "boolean"
        },
        "siteName": {
          "type": "string"
        }
      },
      "title": "GeoControlNodeDefinition"
    },
    "GlobalAllocatedServicesDefinition": {
      "type": "object",
      "properties": {
        "allocation": {
          "type": "number",
          "format": "float"
        },
        "serviceName": {
          "type": "string"
        },
        "serviceType": {
          "type": "string"
        }
      },
      "title": "GlobalAllocatedServicesDefinition"
    },
    "GlobalDVPDefinition": {
      "type": "object",
      "properties": {
        "activateStandbyBandwidthThresholdPercentage": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "The Global on-Demand Bandwidth Limit Percent, default 120 "
        },
        "createCriteria": {
          "$ref": "#/definitions/CriteriaDefinition"
        },
        "ecmpGroup": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        },
        "maxPathsPerSite": {
          "type": "integer",
          "format": "int32"
        },
        "overrideOnDemandLimitDefault": {
          "type": "boolean",
          "example": true,
          "description": "Override on-Demand Limit Default , default false"
        },
        "qosProfile": {
          "type": "string"
        },
        "recreateDvpHoldTimeMin": {
          "type": "integer",
          "format": "int32"
        },
        "removeCriteria": {
          "$ref": "#/definitions/RemoveDefinition"
        },
        "removeDvpWaitTimeMin": {
          "type": "integer",
          "format": "int32"
        },
        "routeCost": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "GlobalDVPDefinition"
    },
    "GlobalDefaultsDefinition": {
      "type": "object",
      "properties": {
        "controlNode": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ControlNodeDefinition"
          }
        },
        "enableWAN2WAN": {
          "type": "boolean"
        },
        "geoControlNode": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/GeoControlNodeDefinition"
          }
        }
      },
      "title": "GlobalDefaultsDefinition"
    },
    "GlobalDnsServices": {
      "type": "object",
      "properties": {
        "dnsServiceType": {
          "type": "string"
        },
        "primaryDns": {
          "type": "string"
        },
        "secondaryDns": {
          "type": "string"
        },
        "serviceName": {
          "type": "string"
        }
      },
      "title": "GlobalDnsServices"
    },
    "GlobalDvpIpsecDefinition": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "encapsulationType": {
          "type": "string"
        },
        "encryptionMode": {
          "type": "string"
        },
        "hashAlgorithm": {
          "type": "string"
        },
        "lifetime": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "GlobalDvpIpsecDefinition"
    },
    "GlobalDynamicVirtualPathIpsec": {
      "type": "object",
      "properties": {
        "dynamicVirtualPathIpsecSettings": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/GlobalDvpIpsecDefinition"
          }
        }
      },
      "title": "GlobalDynamicVirtualPathIpsec"
    },
    "GlobalFeature": {
      "type": "object",
      "properties": {
        "configId": {
          "type": "string"
        },
        "content": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "example": "yyyy-MM-dd HH:mm:ss.SSSZ"
        },
        "createdBy": {
          "type": "string"
        },
        "featureId": {
          "type": "string"
        },
        "featureName": {
          "type": "string"
        },
        "globalFeatureId": {
          "type": "string"
        },
        "tenantId": {
          "type": "string"
        },
        "updatedAt": {
          "type": "string",
          "example": "yyyy-MM-dd HH:mm:ss.SSSZ"
        },
        "updatedBy": {
          "type": "string"
        }
      },
      "title": "GlobalFeature"
    },
    "GlobalFirewallSettingsDefinition": {
      "type": "object",
      "properties": {
        "advancedFirewallFailOption": {
          "type": "string"
        },
        "advancedFirewallIpv6Option": {
          "type": "string"
        },
        "defaultTrackConnection": {
          "type": "boolean"
        },
        "firewallDefaultAction": {
          "type": "string"
        },
        "genericIdleTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "genericInitialTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "icmpIdleTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "icmpInitialTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "tcpClosedTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "tcpClosingTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "tcpIdleTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "tcpInitialTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "tcpTimewaitSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "udpIdleTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "udpInitialTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        },
        "untrackedAndDeniedTimeoutSeconds": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "GlobalFirewallSettingsDefinition"
    },
    "GlobalProvisioningSetting": {
      "type": "object",
      "properties": {
        "globalProvisioningSetting": {
          "$ref": "#/definitions/GlobalProvisioningSettings"
        }
      },
      "title": "GlobalProvisioningSetting"
    },
    "GlobalProvisioningSettings": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "minReservedBandwidthkbps": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "GlobalProvisioningSettings"
    },
    "GlobalRule": {
      "type": "object",
      "required": [
        "action",
        "logicalOperator"
      ],
      "properties": {
        "action": {
          "type": "string",
          "enum": [
            "block",
            "blocklog",
            "default",
            "log"
          ]
        },
        "description": {
          "type": "string"
        },
        "logicalOperator": {
          "type": "string",
          "enum": [
            "or"
          ]
        },
        "matchCondition": {
          "$ref": "#/definitions/MatchCondition"
        },
        "name": {
          "type": "string"
        }
      },
      "title": "GlobalRule"
    },
    "GlobalServiceAllocationDefinition": {
      "type": "object",
      "properties": {
        "linkType": {
          "type": "string"
        },
        "services": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/GlobalAllocatedServicesDefinition"
          }
        }
      },
      "title": "GlobalServiceAllocationDefinition"
    },
    "GlobalVirtualPathServices": {
      "type": "object",
      "properties": {
        "virtualPathServices": {
          "$ref": "#/definitions/GlobalVirtualPathServicesDefinition"
        }
      },
      "title": "GlobalVirtualPathServices"
    },
    "GlobalVirtualPathServicesDefinition": {
      "type": "object",
      "required": [
        "onDemandBandwidthLimitPercent"
      ],
      "properties": {
        "onDemandBandwidthLimitPercent": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "The Global on-Demand Bandwidth Limit Percent, default 120 "
        }
      },
      "title": "GlobalVirtualPathServicesDefinition"
    },
    "GreService": {
      "type": "object",
      "properties": {
        "checksum": {
          "type": "boolean"
        },
        "firewallZone": {
          "type": "string"
        },
        "keepalivePeriod": {
          "type": "integer",
          "format": "int32"
        },
        "keepaliveRetries": {
          "type": "integer",
          "format": "int32"
        },
        "mtu": {
          "type": "integer",
          "format": "int32"
        },
        "routingDomain": {
          "type": "string"
        },
        "serviceName": {
          "type": "string"
        },
        "serviceType": {
          "type": "string"
        }
      },
      "title": "GreService"
    },
    "GreSiteBinding": {
      "type": "object",
      "properties": {
        "destinationIp": {
          "type": "string"
        },
        "lanGatewayIp": {
          "type": "string"
        },
        "publicSourceIp": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "sourceIp": {
          "type": "string"
        },
        "tunnelGatewayIp": {
          "type": "string"
        },
        "tunnelIp": {
          "type": "string"
        }
      },
      "title": "GreSiteBinding"
    },
    "GreStats": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "mtu": {
          "type": "string"
        },
        "packetsDropped": {
          "type": "string"
        },
        "packetsFragmented": {
          "type": "string"
        },
        "rxBandwidth": {
          "type": "string"
        },
        "rxPackets": {
          "type": "string"
        },
        "tunnelName": {
          "type": "string"
        },
        "tunnelState": {
          "type": "string"
        },
        "txBandwidth": {
          "type": "string"
        },
        "txPackets": {
          "type": "string"
        },
        "worstState": {
          "type": "string"
        }
      },
      "title": "GreStats"
    },
    "GwIpAddr": {
      "type": "object",
      "required": [
        "gwIpAddr",
        "siteName"
      ],
      "properties": {
        "gwIpAddr": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        }
      },
      "title": "GwIpAddr"
    },
    "HAIpInterface": {
      "type": "object",
      "properties": {
        "enableHaIpInterfaces": {
          "type": "boolean"
        },
        "externalTracking": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "primary": {
          "type": "string"
        },
        "secondary": {
          "type": "string"
        },
        "virtualInterface": {
          "type": "string"
        }
      },
      "title": "HAIpInterface"
    },
    "HdxIpPortPair": {
      "type": "object",
      "properties": {
        "hdxIp": {
          "type": "string"
        },
        "hdxPort": {
          "type": "string"
        }
      },
      "title": "HdxIpPortPair"
    },
    "HdxSettings": {
      "type": "object",
      "properties": {
        "enableHdxUserReporting": {
          "type": "boolean"
        },
        "hdxIpPortPairs": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/HdxIpPortPair"
          }
        },
        "hdxMode": {
          "type": "string"
        }
      },
      "title": "HdxSettings"
    },
    "HeaderCompression": {
      "type": "object",
      "properties": {
        "enableGre": {
          "type": "boolean",
          "description": "If enabled, header compression will be used for GRE packets"
        },
        "enableIpTcpUdp": {
          "type": "boolean",
          "description": "If enabled, header compression will be used for IP, TCP and UDP packets"
        }
      },
      "title": "HeaderCompression"
    },
    "HostedFirewallTemplates": {
      "type": "object",
      "required": [
        "hostedFirewallTemplates"
      ],
      "properties": {
        "hostedFirewallTemplates": {
          "type": "array",
          "description": "Parent node for Hosted Firewall Template",
          "items": {
            "$ref": "#/definitions/HostedFirewallTemplatesProperties"
          }
        }
      },
      "title": "HostedFirewallTemplates"
    },
    "HostedFirewallTemplatesProperties": {
      "type": "object",
      "required": [
        "mode",
        "model",
        "name",
        "redirectionInterfaces",
        "vendor"
      ],
      "properties": {
        "mode": {
          "type": "string",
          "example": "virtual_wire",
          "description": "Hosted firewall deployment mode",
          "enum": [
            "bridge",
            "virtual_wire"
          ]
        },
        "model": {
          "type": "string",
          "example": "vm50",
          "description": "Hosted firewall VM model",
          "enum": [
            "edge",
            "vm100",
            "vm50"
          ]
        },
        "name": {
          "type": "string",
          "example": "pa_hf_policy",
          "description": "Name of the Hosted Firewall Template"
        },
        "primaryIpAddrOrFqdn": {
          "type": "string",
          "example": "10.2.4.2",
          "description": "Hosted firewall management server primary IP/FQDN"
        },
        "redirectionInterfaces": {
          "type": "array",
          "description": "Hosted firewall redirection interfaces",
          "items": {
            "$ref": "#/definitions/RedirectionInterfaces"
          }
        },
        "secondaryIpAddrOrFqdn": {
          "type": "string",
          "example": "10.2.4.2",
          "description": "Hosted firewall management server secondary IP/FQDN"
        },
        "vendor": {
          "type": "string",
          "example": "palo_alto",
          "description": "Hosted firewall vendor",
          "enum": [
            "check_point",
            "palo_alto"
          ]
        }
      },
      "title": "HostedFirewallTemplatesProperties"
    },
    "HttpMimeType": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        },
        "mimeType": {
          "type": "string",
          "pattern": "^[a-zA-Z0-9/\\*\\-]{0,128}$"
        }
      },
      "title": "HttpMimeType"
    },
    "IPSecStats": {
      "type": "object",
      "properties": {
        "datadropped": {
          "type": "string"
        },
        "ipsecServiceType": {
          "type": "string"
        },
        "mtu": {
          "type": "string"
        },
        "packetsDropped": {
          "type": "string"
        },
        "rxBandwidth": {
          "type": "string"
        },
        "rxPackets": {
          "type": "string"
        },
        "tunnelId": {
          "type": "string"
        },
        "tunnelName": {
          "type": "string"
        },
        "tunnelState": {
          "type": "string"
        },
        "txBandwidth": {
          "type": "string"
        },
        "txPackets": {
          "type": "string"
        },
        "worstState": {
          "type": "string"
        }
      },
      "title": "IPSecStats"
    },
    "IPsecProfileInfo": {
      "type": "object",
      "properties": {
        "ikeAuthentication": {
          "type": "string"
        },
        "ikeDhGroup": {
          "type": "string"
        },
        "ikeDpdTimeout": {
          "type": "integer",
          "format": "int32"
        },
        "ikeEncryption": {
          "type": "string"
        },
        "ikeHashAlgo": {
          "type": "string"
        },
        "ikeIntegrityAlgo": {
          "type": "string"
        },
        "ikeMode": {
          "type": "string"
        },
        "ikeValidatePeerIdentity": {
          "type": "boolean"
        },
        "ikeVersion": {
          "type": "string"
        },
        "ipsecEncryption": {
          "type": "string"
        },
        "ipsecHashAlgo": {
          "type": "string"
        },
        "ipsecNetworkMismatch": {
          "type": "string"
        },
        "ipsecPfsGroup": {
          "type": "string"
        },
        "ipsecTunnelType": {
          "type": "string"
        }
      },
      "title": "IPsecProfileInfo"
    },
    "IbossMap": {
      "type": "object",
      "properties": {
        "ibossMap": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IbossMapPayload"
          }
        }
      },
      "title": "IbossMap"
    },
    "IbossMapPayload": {
      "type": "object",
      "properties": {
        "accountName": {
          "type": "string"
        },
        "siteMap": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IbossSiteMapPayload"
          }
        }
      },
      "title": "IbossMapPayload"
    },
    "IbossSiteMapPayload": {
      "type": "object",
      "properties": {
        "cloudNode": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "siteNodes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IbossSiteSubnetPayload"
          }
        },
        "tunnelType": {
          "type": "string"
        }
      },
      "title": "IbossSiteMapPayload"
    },
    "IbossSiteSubnetPayload": {
      "type": "object",
      "properties": {
        "greTunnelSubnet": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        }
      },
      "title": "IbossSiteSubnetPayload"
    },
    "IkeSettings": {
      "type": "object",
      "properties": {
        "authentication": {
          "type": "string",
          "enum": [
            "cert",
            "psk"
          ]
        },
        "dhGroup": {
          "type": "string",
          "enum": [
            "group1",
            "group14",
            "group15",
            "group16",
            "group19",
            "group2",
            "group20",
            "group21",
            "group5"
          ]
        },
        "dpdTimeout": {
          "type": "integer",
          "format": "int32"
        },
        "encryptionMode": {
          "type": "string",
          "enum": [
            "aes128",
            "aes192",
            "aes256"
          ]
        },
        "hashAlgorithm": {
          "type": "string",
          "enum": [
            "md5",
            "sha",
            "sha256"
          ]
        },
        "identity": {
          "type": "string",
          "enum": [
            "auto",
            "ip_addr",
            "manual_ip_addr",
            "user_fqdn"
          ]
        },
        "integrityAlgorithm": {
          "type": "string",
          "enum": [
            "md5",
            "sha",
            "sha256"
          ]
        },
        "lifetime": {
          "type": "integer",
          "format": "int32"
        },
        "lifetimeMax": {
          "type": "integer",
          "format": "int32"
        },
        "mode": {
          "type": "string",
          "enum": [
            "aggressive",
            "main"
          ]
        },
        "peerAuthentication": {
          "type": "string",
          "enum": [
            "cert",
            "mirrored",
            "psk"
          ]
        },
        "peerIdentity": {
          "type": "string",
          "enum": [
            "auto",
            "ip_addr",
            "manual_ip_addr",
            "user_fqdn"
          ]
        },
        "validatePeerIdentity": {
          "type": "boolean"
        },
        "version": {
          "type": "string",
          "enum": [
            "ikev1",
            "ikev2"
          ]
        }
      },
      "title": "IkeSettings"
    },
    "Instance": {
      "type": "object",
      "properties": {
        "allowPassSiteReferers": {
          "type": "boolean"
        },
        "blockIPHosts": {
          "type": "boolean"
        },
        "blockQuic": {
          "type": "boolean"
        },
        "blockedUrls": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/BlockedUrl"
          }
        },
        "bypassClients": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/BypassClient"
          }
        },
        "categoryRules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CategoryRule"
          }
        },
        "closeBlockedHttpsRequestsWithoutRedirect": {
          "type": "boolean"
        },
        "customBlockPageUrl": {
          "type": "string"
        },
        "defaultBlockPage": {
          "type": "boolean"
        },
        "enableSniCertFallback": {
          "type": "boolean"
        },
        "enableSniFiltering": {
          "type": "boolean"
        },
        "enableSniIPFallback": {
          "type": "boolean"
        },
        "forceKidFriendlySearchEngine": {
          "type": "boolean"
        },
        "forceSafeSearch": {
          "type": "boolean"
        },
        "passedUrls": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PassedUrl"
          }
        },
        "restrictYoutube": {
          "type": "boolean"
        },
        "securityPolicyName": {
          "type": "string"
        }
      },
      "title": "Instance"
    },
    "InterVrfDefinition": {
      "type": "object",
      "properties": {
        "firewallZone": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "routingDomain1": {
          "type": "string"
        },
        "routingDomain2": {
          "type": "string"
        }
      },
      "title": "InterVrfDefinition"
    },
    "InteractiveDefinition": {
      "type": "object",
      "properties": {
        "absolute": {
          "type": "number",
          "format": "float"
        },
        "hdxTag1": {
          "type": "number",
          "format": "float"
        },
        "hdxTag2": {
          "type": "number",
          "format": "float"
        },
        "hdxTag3": {
          "type": "number",
          "format": "float"
        },
        "high": {
          "type": "number",
          "format": "float"
        },
        "low": {
          "type": "number",
          "format": "float"
        },
        "medium": {
          "type": "number",
          "format": "float"
        }
      },
      "title": "InteractiveDefinition"
    },
    "InteranetServicesSitesDefinition": {
      "type": "object",
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "siteName": {
          "type": "string"
        }
      },
      "title": "InteranetServicesSitesDefinition"
    },
    "InterfaceIpAddress": {
      "type": "object",
      "required": [
        "ipAddress"
      ],
      "properties": {
        "identity": {
          "type": "boolean",
          "description": "Identity"
        },
        "ipAddress": {
          "type": "string",
          "description": "ipAddress"
        },
        "primary": {
          "type": "boolean",
          "description": "primary"
        },
        "private": {
          "type": "boolean",
          "description": "private"
        }
      },
      "title": "InterfaceIpAddress"
    },
    "InterfaceStatus": {
      "type": "object",
      "properties": {
        "adminStatus": {
          "type": "string"
        },
        "createdAt": {
          "type": "string"
        },
        "device": {
          "$ref": "#/definitions/Device"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "interfaceName": {
          "type": "string"
        },
        "interfaceType": {
          "type": "string"
        },
        "ipAddress": {
          "type": "string"
        },
        "lowerInterface": {
          "type": "string"
        },
        "operStatus": {
          "type": "string"
        },
        "updatedAt": {
          "type": "string"
        }
      },
      "title": "InterfaceStatus"
    },
    "InterfaceV6IpAddress": {
      "type": "object",
      "required": [
        "ipV6Address"
      ],
      "properties": {
        "identity": {
          "type": "boolean",
          "description": "identity"
        },
        "ipV6Address": {
          "type": "string",
          "description": "ipV6Address"
        },
        "linkLocal": {
          "type": "boolean",
          "description": "linkLocal"
        },
        "private": {
          "type": "boolean",
          "description": "private"
        }
      },
      "title": "InterfaceV6IpAddress"
    },
    "IntermediateNodeDefinition": {
      "type": "object",
      "properties": {
        "globalDefault": {
          "$ref": "#/definitions/GlobalDefaultsDefinition"
        },
        "siteOverride": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteOverrideDefinition"
          }
        }
      },
      "title": "IntermediateNodeDefinition"
    },
    "InternetServicesDefinition": {
      "type": "object",
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "externalTrackingAddressV4": {
          "type": "string"
        },
        "preserveRoute": {
          "type": "boolean"
        },
        "preserveRouteICMPProbe": {
          "type": "boolean"
        },
        "probeInterval": {
          "type": "integer",
          "format": "int32"
        },
        "retries": {
          "type": "integer",
          "format": "int32"
        },
        "serviceName": {
          "type": "string"
        },
        "transitSites": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/InteranetServicesSitesDefinition"
          }
        }
      },
      "title": "InternetServicesDefinition"
    },
    "IntranetServicesDefinition": {
      "type": "object",
      "properties": {
        "ecmpGroup": {
          "type": "string"
        },
        "firewallZone": {
          "type": "string"
        },
        "preserveRoute": {
          "type": "boolean"
        },
        "routes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IntranetServicesRoutesDefinition"
          }
        },
        "routingDomain": {
          "type": "string"
        },
        "serviceName": {
          "type": "string"
        },
        "serviceType": {
          "type": "string"
        },
        "transitSites": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IntranetServicesSitesDefinition"
          }
        }
      },
      "title": "IntranetServicesDefinition"
    },
    "IntranetServicesRoutesDefinition": {
      "type": "object",
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "network": {
          "type": "string"
        }
      },
      "title": "IntranetServicesRoutesDefinition"
    },
    "IntranetServicesSitesDefinition": {
      "type": "object",
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "siteName": {
          "type": "string"
        }
      },
      "title": "IntranetServicesSitesDefinition"
    },
    "IpAddressProperties": {
      "type": "object",
      "required": [
        "address",
        "isExclude"
      ],
      "properties": {
        "address": {
          "type": "string",
          "example": "192.168.0.15/24",
          "description": "Address for this Ip Address"
        },
        "exclude": {
          "type": "boolean"
        },
        "isExclude": {
          "type": "boolean",
          "example": true,
          "description": "Is this IP Address Excluded"
        }
      },
      "title": "IpAddressProperties"
    },
    "IpRoutePolicyTrafficSteering": {
      "type": "object",
      "required": [
        "cost",
        "deliveryServiceType"
      ],
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "deliveryServiceName": {
          "type": "string",
          "description": "Name of the service. Required for intranet, ipsec_tunnel, zscaler_service, lan_gre_tunnel and virtual_path service types"
        },
        "deliveryServiceType": {
          "type": "string",
          "description": "Service type. Local service is not applicable to global policies",
          "enum": [
            "discard",
            "internet",
            "intranet",
            "ipsec_tunnel",
            "lan_gre_tunnel",
            "local",
            "passthrough",
            "virtual_path",
            "zscaler_service"
          ]
        },
        "eligibilityBasedOnGateway": {
          "type": "boolean",
          "description": "If enabled, the Route will not receive traffic when the Gateway is unreachable. Available for lan_gre_tunnel and local service type(if 'summaryRoute' is not set to true)"
        },
        "eligibilityBasedOnPath": {
          "type": "array",
          "description": "If enabled, the Route will not receive traffic when the selected Path is down. Available for virtual_path, internet, intranet, passthrough, lan_gre_tunnel, ipsec_tunnel, zscaler_service and local service type(if 'summaryRoute' is not set to true)",
          "items": {
            "$ref": "#/definitions/EligibilityBasedOnPath"
          }
        },
        "eligibilityBasedOnTunnel": {
          "type": "boolean",
          "description": "If enabled, the Route will not receive traffic when the associated Tunnel is unreachable. Available for intranet, ipsec_tunnel and zscaler_service service type. Default is false"
        },
        "exportRoute": {
          "type": "boolean",
          "description": "If enabled, this route will be exported to other connected Sites. Intranet and Internet routes will only be exported when WAN-to-WAN forwarding is also enabled. Available for local, internet, intranet, lan_gre_tunnel, ipsec_tunnel, zscaler_service and discard service types. Default is true"
        },
        "gwIpAddr": {
          "type": "array",
          "description": "List of site names with gateway IP address for them when the service is 'local'. Required for local service when 'summaryRoute' is false",
          "items": {
            "$ref": "#/definitions/GwIpAddr"
          }
        },
        "summaryRoute": {
          "type": "boolean",
          "description": "If enabled, this route will be advertised to other connected instead of individual summarized routes. Available for local and discard service types. Default is false"
        }
      },
      "title": "IpRoutePolicyTrafficSteering"
    },
    "IpRoutesMatchCriteria": {
      "type": "object",
      "required": [
        "routingDomain",
        "siteTags"
      ],
      "properties": {
        "dstIp": {
          "type": "string",
          "description": "Destination IP address with subnet where the policy is to be applied. When specified, 'dstIpGroup' should not be provided"
        },
        "dstIpGroup": {
          "type": "string",
          "description": "Destination IP group where the policy is to be applied. When specified, 'dstIp' should not be provided"
        },
        "routingDomain": {
          "type": "string"
        },
        "siteTags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "IpRoutesMatchCriteria"
    },
    "IpRoutesPolicy": {
      "type": "object",
      "required": [
        "matchCriteria",
        "trafficSteering"
      ],
      "properties": {
        "matchCriteria": {
          "$ref": "#/definitions/IpRoutesMatchCriteria"
        },
        "trafficSteering": {
          "$ref": "#/definitions/IpRoutePolicyTrafficSteering"
        }
      },
      "title": "IpRoutesPolicy"
    },
    "IpRulesInternetTrafficPolicy": {
      "type": "object",
      "required": [
        "mode"
      ],
      "properties": {
        "mode": {
          "type": "string",
          "enum": [
            "override_service",
            "wan_link"
          ]
        },
        "overrideService": {
          "type": "string"
        },
        "wanLink": {
          "type": "string"
        }
      },
      "title": "IpRulesInternetTrafficPolicy"
    },
    "IpRulesLanToWan": {
      "type": "object",
      "properties": {
        "general": {
          "$ref": "#/definitions/IpRulesLanToWanGeneral"
        },
        "reassign": {
          "$ref": "#/definitions/IpRulesLanToWanReassign"
        },
        "tcpStandaloneAck": {
          "$ref": "#/definitions/IpRulesLanToWanTcpStandaloneAck"
        }
      },
      "title": "IpRulesLanToWan"
    },
    "IpRulesLanToWanGeneral": {
      "type": "object",
      "properties": {
        "dropDepth": {
          "type": "integer",
          "format": "int32",
          "description": "In bytes. If the queue depth exceeds this threshold, the packet will be discarded and statistics will be counted"
        },
        "dropLimit": {
          "type": "integer",
          "format": "int32",
          "description": "In ms. The maximum amount of estimated time that packets smaller than the Large Packet Size will have to wait in the class scheduler. If the estimated time exceeds this threshold, the packet will be discarded and statistics will be counted. Not valid for Bulk classes."
        },
        "duplicatePackets": {
          "$ref": "#/definitions/DuplicatePackets"
        },
        "enableRed": {
          "type": "boolean",
          "description": "If enabled, Random Early Detection (RED) will discard packets uniformly when congestion is detected."
        },
        "largePacketSize": {
          "type": "integer",
          "format": "int32",
          "description": "In bytes. Packets destined for this class which are larger than or equal to this size will follow large packet drop policy. Packets which are smaller than this size will follow normal packet drop policy. If this size is set to 0 or not provided, all packets will be treated as normal packets."
        },
        "largePackets": {
          "$ref": "#/definitions/LargePackets"
        }
      },
      "title": "IpRulesLanToWanGeneral"
    },
    "IpRulesLanToWanReassign": {
      "type": "object",
      "properties": {
        "duplicatePackets": {
          "$ref": "#/definitions/DuplicatePackets"
        },
        "enableRed": {
          "type": "boolean",
          "description": "If enabled, Random Early Detection (RED) will discard packets uniformly when congestion is detected"
        },
        "largePacketSize": {
          "type": "integer",
          "format": "int32",
          "description": "In bytes. Packets destined for this class which are larger than or equal to this size will follow large packet drop policy. Packets which are smaller than this size will follow normal packet drop policy. If this size is set to 0 or not provided, all packets will be treated as normal packets."
        },
        "largePackets": {
          "$ref": "#/definitions/LargePackets"
        },
        "normalPackets": {
          "$ref": "#/definitions/NormalPackets"
        },
        "priority": {
          "type": "string",
          "description": "Used to determine the class that is to service traffic flows that match this Rule",
          "enum": [
            "high",
            "low",
            "medium"
          ]
        },
        "reassignSize": {
          "type": "integer",
          "format": "int32",
          "description": "In bytes. After a flow is established, if a packet that exceeds this size is detected on the LAN to WAN, then the flow will be moved to the class indicated"
        },
        "transferType": {
          "type": "string",
          "description": "Used to determine the class that is to service traffic flows that match this Rule",
          "enum": [
            "bulk",
            "interactive",
            "realtime"
          ]
        }
      },
      "title": "IpRulesLanToWanReassign"
    },
    "IpRulesLanToWanTcpStandaloneAck": {
      "type": "object",
      "properties": {
        "enableRed": {
          "type": "boolean",
          "description": "If enabled, Random Early Detection (RED) will discard packets uniformly when congestion is detected"
        },
        "largePacketSize": {
          "type": "integer",
          "format": "int32",
          "description": "In bytes. Packets destined for this class which are larger than or equal to this size will follow large packet drop policy. Packets which are smaller than this size will follow normal packet drop policy. If this size is set to 0 or not provided, all packets will be treated as normal packets."
        },
        "largePackets": {
          "$ref": "#/definitions/LargePackets"
        },
        "normalPackets": {
          "$ref": "#/definitions/NormalPackets"
        },
        "priority": {
          "type": "string",
          "description": "Used to determine the class that is to service traffic flows that match this Rule",
          "enum": [
            "high",
            "low",
            "medium"
          ]
        },
        "transferType": {
          "type": "string",
          "description": "Used to determine the class that is to service traffic flows that match this Rule",
          "enum": [
            "bulk",
            "interactive",
            "realtime"
          ]
        }
      },
      "title": "IpRulesLanToWanTcpStandaloneAck"
    },
    "IpRulesMatchCriteria": {
      "type": "object",
      "required": [
        "siteTags"
      ],
      "properties": {
        "dscp": {
          "type": "string",
          "description": "DSCP tag value",
          "enum": [
            "af11",
            "af12",
            "af13",
            "af21",
            "af22",
            "af23",
            "af31",
            "af32",
            "af33",
            "af41",
            "af42",
            "af43",
            "any",
            "cs1",
            "cs2",
            "cs3",
            "cs4",
            "cs5",
            "cs6",
            "cs7",
            "default",
            "ef"
          ]
        },
        "dstIp": {
          "type": "string",
          "description": "Dst IP address with subnet. 'dstIpGroup' key should not be provided along with dstIp"
        },
        "dstIpGroup": {
          "type": "string",
          "description": "IP group to use for destination IP addresses. 'dstIp' key should not be provided along with dstIpGroup"
        },
        "dstPort": {
          "type": "integer",
          "format": "int32",
          "description": "Numeric value of destination port"
        },
        "dstPortRange": {
          "type": "string",
          "description": "If set, the destination port range that this rule will match. Format: start-end"
        },
        "protocol": {
          "type": "integer",
          "format": "int32",
          "description": "Numeric value of protocol"
        },
        "rebindFlowOnChange": {
          "type": "boolean",
          "description": "If enabled, flows which are otherwise identical in terms of match criteria will be treated as separate if their DSCP fields differ"
        },
        "routingDomain": {
          "type": "string"
        },
        "siteTags": {
          "type": "array",
          "description": "site name array on which policy is to be applied. For global policy, a single element 'any'",
          "items": {
            "type": "string"
          }
        },
        "srcIp": {
          "type": "string",
          "description": "Source IP address with subnet. 'srcIpGroup' key should not be provided along with srcIp"
        },
        "srcIpEqualsDstIp": {
          "type": "boolean",
          "description": "Creates two rules, with source and destination interchanged. If true, only source IP/IP group should be provided."
        },
        "srcIpGroup": {
          "type": "string",
          "description": "IP group to use for source IP addresses. 'srcIp' key should not be provided along with srcIpGroup"
        },
        "srcPort": {
          "type": "integer",
          "format": "int32",
          "description": "Numeric value of source port"
        },
        "srcPortEqualsDstPort": {
          "type": "boolean",
          "description": "If set to true, only source port should be provided"
        },
        "srcPortRange": {
          "type": "string",
          "description": "If set, the source port range that this rule will match. Format: start-end"
        },
        "vlanId": {
          "type": "integer",
          "format": "int32",
          "description": "The ethernet VLAN ID that this rule will match"
        }
      },
      "title": "IpRulesMatchCriteria"
    },
    "IpRulesPolicy": {
      "type": "object",
      "required": [
        "matchCriteria",
        "qosSettings",
        "virtualPathTrafficPolicy"
      ],
      "properties": {
        "internetTrafficPolicy": {
          "$ref": "#/definitions/IpRulesInternetTrafficPolicy"
        },
        "lanToWan": {
          "$ref": "#/definitions/IpRulesLanToWan"
        },
        "matchCriteria": {
          "$ref": "#/definitions/IpRulesMatchCriteria"
        },
        "qosSettings": {
          "$ref": "#/definitions/QosSettings"
        },
        "virtualPathTrafficPolicy": {
          "$ref": "#/definitions/VirtualPathTrafficPolicy"
        },
        "wanGeneral": {
          "$ref": "#/definitions/IpRulesWanGeneral"
        },
        "wanToLan": {
          "$ref": "#/definitions/WanToLan"
        }
      },
      "title": "IpRulesPolicy"
    },
    "IpRulesTrafficOptimization": {
      "type": "object",
      "properties": {
        "enablePacketAggregation": {
          "type": "boolean",
          "description": "If enabled, normal packets on this flow will be aggregated together into larger packets"
        },
        "enableTcpTermination": {
          "type": "boolean",
          "description": "Traffic for this flow will be TCP terminated locally to improve throughput, reducing the round-trip times for acknowledgement packets. If enabled, TCP Termination feature will be used on flows matching this rule"
        },
        "headerCompression": {
          "$ref": "#/definitions/HeaderCompression"
        }
      },
      "title": "IpRulesTrafficOptimization"
    },
    "IpRulesWanGeneral": {
      "type": "object",
      "properties": {
        "persistentImpedance": {
          "type": "integer",
          "format": "int32",
          "description": "In ms. Use the same path until wait time on the path is longer than the configured value"
        },
        "retransmitLostPackets": {
          "type": "boolean",
          "description": "If enabled, flows matching this rule will be sent using reliable service to the remote appliance and any packets lost will be retransmitted"
        },
        "trafficOptimization": {
          "$ref": "#/definitions/IpRulesTrafficOptimization"
        }
      },
      "title": "IpRulesWanGeneral"
    },
    "Ips": {
      "type": "object",
      "properties": {
        "ips": {
          "$ref": "#/definitions/Ips_"
        }
      },
      "title": "Ips"
    },
    "IpsInstance": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        },
        "rules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Rules"
          }
        },
        "siteBindings": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "IpsInstance"
    },
    "Ips_": {
      "type": "object",
      "properties": {
        "globalRuleSet": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/GlobalRule"
          }
        },
        "instance": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IpsInstance"
          }
        }
      },
      "title": "Ips_"
    },
    "IpsecSecurityProfile": {
      "type": "object",
      "properties": {
        "ikeSettings": {
          "$ref": "#/definitions/IkeSettings"
        },
        "ipsecSecurityProfileName": {
          "type": "string"
        },
        "ipsecSettings": {
          "$ref": "#/definitions/IpsecSettings"
        },
        "keepAlive": {
          "type": "boolean"
        },
        "mtu": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "IpsecSecurityProfile"
    },
    "IpsecSettings": {
      "type": "object",
      "properties": {
        "encryptionMode": {
          "type": "string",
          "enum": [
            "aes128",
            "aes128gcm128",
            "aes128gcm64",
            "aes128gcm96",
            "aes192",
            "aes192gcm128",
            "aes192gcm64",
            "aes192gcm96",
            "aes256",
            "aes256gcm128",
            "aes256gcm64",
            "aes256gcm96"
          ]
        },
        "hashAlgorithm": {
          "type": "string",
          "enum": [
            "md5",
            "sha",
            "sha256"
          ]
        },
        "lifetime": {
          "type": "integer",
          "format": "int32"
        },
        "lifetimeKb": {
          "type": "integer",
          "format": "int32"
        },
        "lifetimeKbMax": {
          "type": "integer",
          "format": "int32"
        },
        "lifetimeMax": {
          "type": "integer",
          "format": "int32"
        },
        "networkMismatch": {
          "type": "string",
          "enum": [
            "drop",
            "forward",
            "skip_ipsec_routes"
          ]
        },
        "pfsGroup": {
          "type": "string",
          "enum": [
            "group1",
            "group14",
            "group15",
            "group16",
            "group19",
            "group2",
            "group20",
            "group21",
            "group5",
            "none"
          ]
        },
        "tunnelType": {
          "type": "string",
          "enum": [
            "ah",
            "esp",
            "esp_auth",
            "esp_null"
          ]
        }
      },
      "title": "IpsecSettings"
    },
    "IpsecTunnel": {
      "type": "object",
      "properties": {
        "endpointList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EndpointList"
          }
        },
        "endpointMappings": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EndpointMapping"
          }
        },
        "firewallZone": {
          "type": "string"
        },
        "ipsecServiceType": {
          "type": "string",
          "enum": [
            "intranet",
            "lan"
          ]
        },
        "routingDomain": {
          "type": "string"
        },
        "serviceName": {
          "type": "string"
        }
      },
      "title": "IpsecTunnel"
    },
    "IspPayload": {
      "type": "object",
      "properties": {
        "country": {
          "type": "string"
        },
        "isp_display_name": {
          "type": "string"
        },
        "isp_name": {
          "type": "string"
        },
        "tenant_id": {
          "type": "string"
        }
      },
      "title": "IspPayload"
    },
    "JsonNode": {
      "type": "object",
      "title": "JsonNode"
    },
    "LagGroups": {
      "type": "object",
      "properties": {
        "lagActivePorts": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "lagName": {
          "type": "string"
        },
        "mode": {
          "type": "string"
        },
        "transmissionPolicy": {
          "type": "string"
        }
      },
      "title": "LagGroups"
    },
    "LanGre": {
      "type": "object",
      "properties": {
        "greService": {
          "$ref": "#/definitions/GreService"
        },
        "greSiteBindings": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/GreSiteBinding"
          }
        }
      },
      "title": "LanGre"
    },
    "LargePackets": {
      "type": "object",
      "properties": {
        "dropDepth": {
          "type": "integer",
          "format": "int32",
          "description": "In bytes. If the queue depth exceeds this threshold, the packet will be discarded and statistics will be counted"
        },
        "dropLimit": {
          "type": "integer",
          "format": "int32",
          "description": "In ms. If the estimated time exceeds this threshold, the packet will be discarded and statistics will be counted. Not valid for Bulk classes"
        }
      },
      "title": "LargePackets"
    },
    "LatencyAvgData": {
      "type": "object",
      "properties": {
        "avg": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LatencyStatPoints"
          }
        }
      },
      "title": "LatencyAvgData"
    },
    "LatencyStatPoints": {
      "type": "object",
      "properties": {
        "time": {
          "type": "integer",
          "format": "int64"
        },
        "value": {
          "type": "integer",
          "format": "int64"
        }
      },
      "title": "LatencyStatPoints"
    },
    "License": {
      "type": "object",
      "properties": {
        "addOnEntitlements": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AddOnEntitlement"
          }
        },
        "ccId": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "format": "date-time"
        },
        "customerId": {
          "type": "string",
          "format": "uuid"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "lac": {
          "type": "string"
        },
        "orchEntitlements": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/OrchEntitlement"
          }
        },
        "sdwanEntitlements": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SdwanEntitlement"
          }
        }
      },
      "title": "License"
    },
    "LicensePayloadReq": {
      "type": "object",
      "properties": {
        "licenseEnd": {
          "type": "string"
        },
        "licenseStart": {
          "type": "string"
        },
        "licenseType": {
          "type": "string",
          "enum": [
            "LICENSED",
            "NOT_LICENSED",
            "TRIAL",
            "TRIAL_LICENSED"
          ]
        }
      },
      "title": "LicensePayloadReq"
    },
    "LicensePayloadRes": {
      "type": "object",
      "properties": {
        "licenseEnd": {
          "type": "string"
        },
        "licenseStart": {
          "type": "string"
        },
        "licenseType": {
          "type": "string",
          "enum": [
            "LICENSED",
            "NOT_LICENSED",
            "TRIAL",
            "TRIAL_LICENSED"
          ]
        },
        "license_active": {
          "type": "boolean"
        },
        "license_expired": {
          "type": "boolean"
        }
      },
      "title": "LicensePayloadRes"
    },
    "LinkQualitySensitive": {
      "type": "object",
      "required": [
        "linkQualitySensitiveProfileName",
        "linkQualitySensitiveProperties"
      ],
      "properties": {
        "linkQualitySensitiveProfileName": {
          "type": "string",
          "description": "The Link quality Sensitive Profile Schema"
        },
        "linkQualitySensitiveProperties": {
          "type": "array",
          "description": "The link quality sensitive Schema",
          "items": {
            "$ref": "#/definitions/LinkQualitySensitiveProperties"
          }
        }
      },
      "title": "LinkQualitySensitive"
    },
    "LinkQualitySensitiveProfiles": {
      "type": "object",
      "required": [
        "linkQualitySensitiveProfiles"
      ],
      "properties": {
        "linkQualitySensitiveProfiles": {
          "type": "array",
          "description": "The link quality sensitive Schema",
          "items": {
            "$ref": "#/definitions/LinkQualitySensitive"
          }
        }
      },
      "title": "LinkQualitySensitiveProfiles"
    },
    "LinkQualitySensitiveProperties": {
      "type": "object",
      "required": [
        "instabilitySensitivity",
        "linkAccessType",
        "linkSubType",
        "lossDuration",
        "lossPercentage",
        "lossSensitivity",
        "pathProbation",
        "silencePeriod",
        "wanLinks"
      ],
      "properties": {
        "instabilitySensitivity": {
          "type": "boolean",
          "description": "The Link Accesstype Schema"
        },
        "linkAccessType": {
          "type": "string",
          "description": "The Link Accesstype Schema"
        },
        "linkSubType": {
          "type": "string",
          "description": "The Sub Link Type Schema"
        },
        "lossDuration": {
          "type": "integer",
          "format": "int32",
          "description": "The Lossduration Schema"
        },
        "lossPercentage": {
          "type": "integer",
          "format": "int32",
          "description": "The loss percentage Schema"
        },
        "lossSensitivity": {
          "type": "boolean",
          "description": "The loss sensitivity Schema"
        },
        "pathProbation": {
          "type": "integer",
          "format": "int32",
          "description": "The Pathprobation Schema"
        },
        "silencePeriod": {
          "type": "integer",
          "format": "int32",
          "description": "The Silenceperiod Schema"
        },
        "wanLinks": {
          "type": "array",
          "description": "The Wan LinksSchema",
          "items": {
            "$ref": "#/definitions/WanLinks"
          }
        }
      },
      "title": "LinkQualitySensitiveProperties"
    },
    "LogFile": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "last_modified": {
          "type": "integer",
          "format": "int64"
        },
        "name": {
          "type": "string"
        },
        "path": {
          "type": "string"
        },
        "size": {
          "type": "integer",
          "format": "int64"
        }
      },
      "title": "LogFile"
    },
    "MPLSQueues": {
      "type": "object",
      "required": [
        "dscpTag",
        "queueLanToWanRate",
        "queueWanToLanRate"
      ],
      "properties": {
        "congestionThreshold": {
          "type": "integer",
          "format": "int32"
        },
        "dscpTag": {
          "type": "string",
          "description": "DSCP tage",
          "enum": [
            "DEFAULT",
            "af11",
            "af12",
            "af13",
            "af21",
            "af22",
            "af23",
            "af31",
            "af32",
            "af33",
            "af41",
            "af42",
            "af43",
            "cs1",
            "cs2",
            "cs3",
            "cs4",
            "cs5",
            "cs6",
            "cs7",
            "ef"
          ]
        },
        "eligibility": {
          "$ref": "#/definitions/WanLinkEligibility"
        },
        "noRetag": {
          "type": "boolean"
        },
        "queueLanToWanRate": {
          "type": "integer",
          "format": "int32",
          "description": "LAN to WAN rate in percent"
        },
        "queueName": {
          "type": "string"
        },
        "queueWanToLanRate": {
          "type": "integer",
          "format": "int32",
          "description": "WAN to LAN rate in percent"
        },
        "trackingIpAddress": {
          "type": "string"
        },
        "unmatched": {
          "type": "boolean"
        }
      },
      "title": "MPLSQueues"
    },
    "MatchCondition": {
      "type": "object",
      "properties": {
        "categories": {
          "$ref": "#/definitions/Categories"
        },
        "classes": {
          "$ref": "#/definitions/ClassType"
        }
      },
      "title": "MatchCondition"
    },
    "MatchCriterium": {
      "type": "object",
      "properties": {
        "application": {
          "type": "string"
        },
        "applicationId": {
          "type": "string"
        },
        "dscp": {
          "type": "string"
        },
        "matchType": {
          "type": "string"
        },
        "networkIp": {
          "type": "string"
        },
        "port": {
          "type": "integer",
          "format": "int32"
        },
        "portRange": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        }
      },
      "title": "MatchCriterium"
    },
    "MemberPath": {
      "type": "object",
      "properties": {
        "dscpTag": {
          "type": "string",
          "description": "DSCP tag",
          "enum": [
            "Any",
            "DEFAULT",
            "af11",
            "af12",
            "af13",
            "af21",
            "af22",
            "af23",
            "af31",
            "af32",
            "af33",
            "af41",
            "af42",
            "af43",
            "cs1",
            "cs2",
            "cs3",
            "cs4",
            "cs5",
            "cs6",
            "cs7",
            "ef"
          ]
        },
        "fromWanlink": {
          "type": "string"
        },
        "instabilitySensitivity": {
          "type": "boolean"
        },
        "lossDuration": {
          "type": "integer",
          "format": "int32"
        },
        "lossPercentage": {
          "type": "integer",
          "format": "int32"
        },
        "lossSensitivity": {
          "type": "boolean"
        },
        "pathProbation": {
          "type": "integer",
          "format": "int32"
        },
        "silencePeriod": {
          "type": "integer",
          "format": "int32"
        },
        "toWanlink": {
          "type": "string"
        }
      },
      "title": "MemberPath"
    },
    "MeterSetting": {
      "type": "object",
      "required": [
        "billingCycle",
        "dataCapMb",
        "startingFrom"
      ],
      "properties": {
        "approxUsage": {
          "type": "integer",
          "format": "int32",
          "description": "Approx Usage "
        },
        "billingCycle": {
          "type": "string",
          "description": "Billing Cycle",
          "enum": [
            "monthly",
            "weekly"
          ]
        },
        "dataCapEnforced": {
          "type": "boolean"
        },
        "dataCapMb": {
          "type": "integer",
          "format": "int32",
          "description": "Data limit"
        },
        "isDataCapEnforced": {
          "type": "boolean",
          "description": "Disable Link On Data Cap "
        },
        "startingFrom": {
          "type": "string",
          "description": "Start date in MM/DD/YYYY format"
        }
      },
      "title": "MeterSetting"
    },
    "MplsRule": {
      "type": "object",
      "properties": {
        "autopathIsps": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "enableEncryption": {
          "type": "boolean"
        },
        "groupName": {
          "type": "string"
        },
        "ipDscpTag": {
          "type": "string"
        }
      },
      "title": "MplsRule"
    },
    "MulticastGroups": {
      "type": "object",
      "properties": {
        "enableIgmpProxy": {
          "type": "boolean"
        },
        "groupIp": {
          "type": "string"
        },
        "groupName": {
          "type": "string"
        },
        "routingDomain": {
          "type": "string"
        },
        "services": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MuticastGroupServices"
          }
        }
      },
      "title": "MulticastGroups"
    },
    "MulticastGroupsConfig": {
      "type": "object",
      "required": [
        "multicastGroups"
      ],
      "properties": {
        "multicastGroups": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MulticastGroups"
          }
        }
      },
      "title": "MulticastGroupsConfig"
    },
    "MuticastGroupServices": {
      "type": "object",
      "properties": {
        "direction": {
          "type": "string"
        },
        "serviceInstance": {
          "type": "string"
        },
        "serviceType": {
          "type": "string"
        },
        "upstream": {
          "type": "boolean"
        }
      },
      "title": "MuticastGroupServices"
    },
    "NLSMap": {
      "type": "object",
      "properties": {
        "nlsMap": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/NLSMapPayload"
          }
        }
      },
      "title": "NLSMap"
    },
    "NLSMapPayload": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "siteTags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "NLSMapPayload"
    },
    "NatDefinition": {
      "type": "object",
      "properties": {
        "destinationNat": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DestinationNatDefinition"
          }
        },
        "sourceNat": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SourceNatDefinition"
          }
        }
      },
      "title": "NatDefinition"
    },
    "NdpRouterAdvertisements": {
      "type": "object",
      "properties": {
        "ndpRouterAdvertisements": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/NdpRouterAdvertisementsDefinition"
          }
        }
      },
      "title": "NdpRouterAdvertisements"
    },
    "NdpRouterAdvertisementsDefinition": {
      "type": "object",
      "properties": {
        "enableAdvertisement": {
          "type": "boolean"
        },
        "hopLimit": {
          "type": "integer",
          "format": "int32"
        },
        "linkMTU": {
          "type": "integer",
          "format": "int32"
        },
        "managedFlag": {
          "type": "boolean"
        },
        "maxInterval": {
          "type": "integer",
          "format": "int32"
        },
        "minInterval": {
          "type": "integer",
          "format": "int32"
        },
        "otherFlag": {
          "type": "boolean"
        },
        "prefixList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PrefixList"
          }
        },
        "reachableTime": {
          "type": "integer",
          "format": "int32"
        },
        "retransmitTimer": {
          "type": "integer",
          "format": "int32"
        },
        "routerLifetime": {
          "type": "integer",
          "format": "int32"
        },
        "virtualInterfaceName": {
          "type": "string"
        }
      },
      "title": "NdpRouterAdvertisementsDefinition"
    },
    "NeighborPolicies": {
      "type": "object",
      "required": [
        "bgpPolicy",
        "direction",
        "orderId"
      ],
      "properties": {
        "asPath": {
          "type": "integer",
          "format": "int32",
          "example": 1000,
          "description": "AS Path to match"
        },
        "bgpCommunityAsn": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "BGP Community ASN"
        },
        "bgpCommunityValue": {
          "type": "integer",
          "format": "int32",
          "example": 5,
          "description": "BGP Community Value"
        },
        "bgpPolicy": {
          "type": "string",
          "example": "policy1",
          "description": "A configured BGP policy to apply against the matching routes or specify accept/reject"
        },
        "direction": {
          "type": "string",
          "description": "Direction in which BGP policy is applied (in or out)",
          "enum": [
            "In",
            "Out"
          ]
        },
        "neighborIp": {
          "type": "string"
        },
        "networkAddress": {
          "type": "string",
          "example": "50.50.0.0/24",
          "description": "IP address and netmask"
        },
        "networkObject": {
          "type": "string",
          "example": "ipGroup1",
          "description": "Network Object that describes the route's destination for routing"
        },
        "orderId": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "The order in which neighbor policies are matched"
        }
      },
      "title": "NeighborPolicies"
    },
    "Neighbors": {
      "type": "object",
      "required": [
        "neighborAS",
        "neighborIp",
        "neighborPolicies",
        "virtualInterfaceName",
        "virtualInterfacePassword"
      ],
      "properties": {
        "holdTime": {
          "type": "integer",
          "format": "int32",
          "example": 180,
          "description": "Hold Time, in seconds, to wait before declaring a neighbor down"
        },
        "igpMetric": {
          "type": "boolean",
          "description": "Enables the comparison of internal distances to calculate the best route"
        },
        "localPreference": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "Local Preference number which is used for selecting from multiple BGP routes"
        },
        "multiHop": {
          "type": "boolean",
          "description": "Enables multi hop if the neighbor is a few hops away"
        },
        "neighborAS": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "The Local Autonomous System number to learn routes from and advertise routes to"
        },
        "neighborIp": {
          "type": "string",
          "example": "200.1.1.1",
          "description": "IP Address of the BGP Neighbor Router"
        },
        "neighborPolicies": {
          "type": "array",
          "description": "Neighbor Policies",
          "items": {
            "$ref": "#/definitions/NeighborPolicies"
          }
        },
        "routingDomain": {
          "type": "string",
          "example": "domain1",
          "description": "One of the configured Routing Domains"
        },
        "virtualInterfaceName": {
          "type": "string",
          "example": "vif1",
          "description": "One of the configured Virtual Interfaces"
        },
        "virtualInterfacePassword": {
          "type": "string",
          "description": "Password for MD5 authentication of BGP sessions"
        },
        "virtualInterfaceSourceIp": {
          "type": "string",
          "example": "10.102.78.1",
          "description": "One of the configured Virtual Interface IP"
        }
      },
      "title": "Neighbors"
    },
    "NetworkAdvancedFirewallProperties": {
      "type": "object",
      "properties": {
        "advancedFirewallProperties": {
          "$ref": "#/definitions/AdvancedFirewallProperties"
        }
      },
      "title": "NetworkAdvancedFirewallProperties"
    },
    "NetworkAppQoEApplicationClass": {
      "type": "object",
      "properties": {
        "applicationId": {
          "type": "string"
        },
        "applicationLongName": {
          "type": "string"
        },
        "applicationShortName": {
          "type": "string"
        },
        "customerId": {
          "type": "string"
        },
        "sites": {
          "type": "string"
        },
        "totalInteractiveQoe": {
          "type": "string"
        },
        "totalRealtimeQoe": {
          "type": "string"
        },
        "totalSites": {
          "type": "string"
        }
      },
      "title": "NetworkAppQoEApplicationClass"
    },
    "NetworkAppQoEApplications": {
      "type": "object",
      "properties": {
        "networkAppQoEApplicationStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/NetworkAppQoEApplicationClass"
          }
        }
      },
      "title": "NetworkAppQoEApplications"
    },
    "NetworkAppQoEConfig": {
      "type": "object",
      "required": [
        "applicationQoe"
      ],
      "properties": {
        "applicationQoe": {
          "$ref": "#/definitions/AppQoEDefinition"
        }
      },
      "title": "NetworkAppQoEConfig"
    },
    "NetworkAppQoESitesClass": {
      "type": "object",
      "properties": {
        "applicationId": {
          "type": "string"
        },
        "applicationLongName": {
          "type": "string"
        },
        "applicationShortName": {
          "type": "string"
        },
        "customerId": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "totalInteractiveQoe": {
          "type": "string"
        },
        "totalRealtimeQoe": {
          "type": "string"
        }
      },
      "title": "NetworkAppQoESitesClass"
    },
    "NetworkAppQoESitess": {
      "type": "object",
      "properties": {
        "networkAppQoESitesStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/NetworkAppQoESitesClass"
          }
        }
      },
      "title": "NetworkAppQoESitess"
    },
    "NetworkApplicationQoe": {
      "type": "object",
      "properties": {
        "applicationQoe": {
          "$ref": "#/definitions/appQoeSettings"
        }
      },
      "title": "NetworkApplicationQoe"
    },
    "NetworkApplicationSettings": {
      "type": "object",
      "required": [
        "applicationSettings"
      ],
      "properties": {
        "applicationSettings": {
          "$ref": "#/definitions/ApplicationSettingsDefinition"
        }
      },
      "title": "NetworkApplicationSettings"
    },
    "NetworkApplications": {
      "type": "object",
      "properties": {
        "applications": {
          "$ref": "#/definitions/Applications"
        }
      },
      "title": "NetworkApplications"
    },
    "NetworkAutoPathRules": {
      "type": "object",
      "required": [
        "autopathRules"
      ],
      "properties": {
        "autopathRules": {
          "$ref": "#/definitions/AutopathRules"
        }
      },
      "title": "NetworkAutoPathRules"
    },
    "NetworkBeaconData": {
      "type": "object",
      "properties": {
        "networkBeaconStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/NetworkBeaconStat"
          }
        }
      },
      "title": "NetworkBeaconData"
    },
    "NetworkBeaconStat": {
      "type": "object",
      "properties": {
        "availability": {
          "type": "boolean"
        },
        "internetWanLinkId": {
          "type": "string"
        },
        "latency": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        }
      },
      "title": "NetworkBeaconStat"
    },
    "NetworkCertificates": {
      "type": "object",
      "properties": {
        "certificates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Certificate"
          }
        }
      },
      "title": "NetworkCertificates"
    },
    "NetworkCloudDirectDefaultRoutingPolicy": {
      "type": "object",
      "properties": {
        "cloudDirectDefaultRoutingPolicy": {
          "$ref": "#/definitions/CloudDirectDefaultRoutingPolicy"
        }
      },
      "title": "NetworkCloudDirectDefaultRoutingPolicy"
    },
    "NetworkConfig": {
      "type": "object",
      "properties": {
        "configId": {
          "type": "string"
        },
        "content": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "example": "yyyy-MM-dd HH:mm:ss.SSSZ"
        },
        "createdBy": {
          "type": "string"
        },
        "featureId": {
          "type": "string"
        },
        "globalFeatures": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/GlobalFeature"
          }
        },
        "tenantId": {
          "type": "string"
        },
        "updatedAt": {
          "type": "string",
          "example": "yyyy-MM-dd HH:mm:ss.SSSZ"
        },
        "updatedBy": {
          "type": "string"
        }
      },
      "title": "NetworkConfig"
    },
    "NetworkCustomGroups": {
      "type": "object",
      "properties": {
        "customGroups": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CustomGroupDefinition"
          }
        }
      },
      "title": "NetworkCustomGroups"
    },
    "NetworkDHCPOptionSetConfig": {
      "type": "object",
      "properties": {
        "dhcpOptionSet": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DHCPOptionSetDefinition"
          }
        }
      },
      "title": "NetworkDHCPOptionSetConfig"
    },
    "NetworkDnsServicesConfigReq": {
      "type": "object",
      "required": [
        "globalDnsServices"
      ],
      "properties": {
        "globalDnsServices": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/GlobalDnsServices"
          }
        }
      },
      "title": "NetworkDnsServicesConfigReq"
    },
    "NetworkDnsServicesConfigRes": {
      "type": "object",
      "required": [
        "globalDnsServices"
      ],
      "properties": {
        "firstDnsServiceName": {
          "type": "string"
        },
        "globalDnsServices": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/GlobalDnsServices"
          }
        }
      },
      "title": "NetworkDnsServicesConfigRes"
    },
    "NetworkEcmpGroups": {
      "type": "object",
      "properties": {
        "ecmpGroups": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EcmpGroupsDefinition"
          }
        }
      },
      "title": "NetworkEcmpGroups"
    },
    "NetworkFirewallProfiles": {
      "type": "object",
      "properties": {
        "firewallProfiles": {
          "$ref": "#/definitions/FirewallProfiles"
        }
      },
      "title": "NetworkFirewallProfiles"
    },
    "NetworkFirewallSettings": {
      "type": "object",
      "required": [
        "globalFirewallSettings"
      ],
      "properties": {
        "globalFirewallSettings": {
          "$ref": "#/definitions/GlobalFirewallSettingsDefinition"
        }
      },
      "title": "NetworkFirewallSettings"
    },
    "NetworkFirewallZones": {
      "type": "object",
      "required": [
        "firewallZones"
      ],
      "properties": {
        "firewallZones": {
          "type": "array",
          "description": "Firewall zones",
          "items": {
            "$ref": "#/definitions/FirewallZoneDefinition"
          }
        }
      },
      "title": "NetworkFirewallZones"
    },
    "NetworkGREService": {
      "type": "object",
      "properties": {
        "gre": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LanGre"
          }
        }
      },
      "title": "NetworkGREService"
    },
    "NetworkGlobalDVP": {
      "type": "object",
      "required": [
        "globalDvpSetting"
      ],
      "properties": {
        "globalDvpSetting": {
          "$ref": "#/definitions/GlobalDVPDefinition"
        }
      },
      "title": "NetworkGlobalDVP"
    },
    "NetworkIPSecProfiles": {
      "type": "object",
      "properties": {
        "ipsecSecurityProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IpsecSecurityProfile"
          }
        }
      },
      "title": "NetworkIPSecProfiles"
    },
    "NetworkIPSecTunnels": {
      "type": "object",
      "properties": {
        "ipsecTunnels": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IpsecTunnel"
          }
        }
      },
      "title": "NetworkIPSecTunnels"
    },
    "NetworkInterRoutingDomain": {
      "type": "object",
      "properties": {
        "interRoutingDomainService": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/InterVrfDefinition"
          }
        }
      },
      "title": "NetworkInterRoutingDomain"
    },
    "NetworkIntermediateNode": {
      "type": "object",
      "required": [
        "intermediateNode"
      ],
      "properties": {
        "intermediateNode": {
          "$ref": "#/definitions/IntermediateNodeDefinition"
        }
      },
      "title": "NetworkIntermediateNode"
    },
    "NetworkInternetServices": {
      "type": "object",
      "required": [
        "internetServices"
      ],
      "properties": {
        "internetServices": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/InternetServicesDefinition"
          }
        }
      },
      "title": "NetworkInternetServices"
    },
    "NetworkIntranetServices": {
      "type": "object",
      "required": [
        "intranetServices"
      ],
      "properties": {
        "intranetServices": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IntranetServicesDefinition"
          }
        }
      },
      "title": "NetworkIntranetServices"
    },
    "NetworkObjectDefinition": {
      "type": "object",
      "required": [
        "name",
        "networks"
      ],
      "properties": {
        "name": {
          "type": "string",
          "description": "Network Object / IP group name. Starts with a letter, containing only letters, numbers, dash and underscore."
        },
        "networks": {
          "type": "array",
          "description": "Networks",
          "items": {
            "$ref": "#/definitions/NetworksDefinition"
          }
        }
      },
      "title": "NetworkObjectDefinition"
    },
    "NetworkPerformanceClass": {
      "type": "object",
      "properties": {
        "classStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ClassStats"
          }
        }
      },
      "title": "NetworkPerformanceClass"
    },
    "NetworkPerformanceEthernet": {
      "type": "object",
      "properties": {
        "classStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/EthernetStats"
          }
        }
      },
      "title": "NetworkPerformanceEthernet"
    },
    "NetworkPerformanceGRE": {
      "type": "object",
      "properties": {
        "greStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/GreStats"
          }
        }
      },
      "title": "NetworkPerformanceGRE"
    },
    "NetworkPerformanceIPSec": {
      "type": "object",
      "properties": {
        "ipsecStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IPSecStats"
          }
        }
      },
      "title": "NetworkPerformanceIPSec"
    },
    "NetworkPerformancePath": {
      "type": "object",
      "properties": {
        "pathStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PathStats"
          }
        }
      },
      "title": "NetworkPerformancePath"
    },
    "NetworkPerformanceSiteStats": {
      "type": "object",
      "properties": {
        "siteStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteStats"
          }
        }
      },
      "title": "NetworkPerformanceSiteStats"
    },
    "NetworkPerformanceVirtualPath": {
      "type": "object",
      "properties": {
        "vpStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/VpStats"
          }
        }
      },
      "title": "NetworkPerformanceVirtualPath"
    },
    "NetworkPerformanceWanLink": {
      "type": "object",
      "properties": {
        "wanLinkStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WanLinkStats"
          }
        }
      },
      "title": "NetworkPerformanceWanLink"
    },
    "NetworkQoeMpPayload": {
      "type": "object",
      "properties": {
        "bad_time": {
          "type": "string"
        },
        "good_time": {
          "type": "string"
        },
        "local_link_name": {
          "type": "string"
        },
        "path_id": {
          "type": "string"
        },
        "remote_link_name": {
          "type": "string"
        },
        "site_name": {
          "type": "string"
        },
        "to_site_name": {
          "type": "string"
        },
        "up_time": {
          "type": "string"
        },
        "vp_id": {
          "type": "string"
        }
      },
      "title": "NetworkQoeMpPayload"
    },
    "NetworkQoePayload": {
      "type": "object",
      "properties": {
        "allPathStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/NetworkQoeMpPayload"
          }
        },
        "allPathStatsAverage": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/UptimePayLoad"
          }
        },
        "vpStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/NetworkQoeVpPayload"
          }
        },
        "vpStatsAverage": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/UptimePayLoad"
          }
        }
      },
      "title": "NetworkQoePayload"
    },
    "NetworkQoeVpPayload": {
      "type": "object",
      "properties": {
        "bad_time": {
          "type": "string"
        },
        "good_time": {
          "type": "string"
        },
        "site_name": {
          "type": "string"
        },
        "to_site_name": {
          "type": "string"
        },
        "up_time": {
          "type": "string"
        },
        "virtual_path_name": {
          "type": "string"
        }
      },
      "title": "NetworkQoeVpPayload"
    },
    "NetworkQosClassPayLoad": {
      "type": "object",
      "properties": {
        "bandwidth": {
          "type": "string"
        },
        "bandwidthPercent": {
          "type": "string"
        },
        "classId": {
          "type": "string"
        },
        "className": {
          "type": "string"
        },
        "dataVolume": {
          "type": "string"
        },
        "dropPercent": {
          "type": "string"
        },
        "dropVolume": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "toSiteName": {
          "type": "string"
        },
        "trafficType": {
          "type": "string"
        }
      },
      "title": "NetworkQosClassPayLoad"
    },
    "NetworkQosPolicies": {
      "type": "object",
      "required": [
        "qosPolicies"
      ],
      "properties": {
        "qosPolicies": {
          "$ref": "#/definitions/QosPolicies"
        }
      },
      "title": "NetworkQosPolicies"
    },
    "NetworkQosProfiles": {
      "type": "object",
      "required": [
        "qosProfiles"
      ],
      "properties": {
        "qosProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QOSProfilesDefinition"
          }
        }
      },
      "title": "NetworkQosProfiles"
    },
    "NetworkQosTrafficPayLoad": {
      "type": "object",
      "properties": {
        "qosClasses": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/NetworkQosClassPayLoad"
          }
        },
        "trafficType": {
          "type": "string"
        }
      },
      "title": "NetworkQosTrafficPayLoad"
    },
    "NetworkRegions": {
      "type": "object",
      "properties": {
        "regions": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/RegionsDefinition"
          }
        }
      },
      "title": "NetworkRegions"
    },
    "NetworkRoutingDomain": {
      "type": "object",
      "required": [
        "routingDomains"
      ],
      "properties": {
        "routingDomains": {
          "type": "array",
          "description": "Routing Domains",
          "items": {
            "$ref": "#/definitions/RoutingDomainDefinition"
          }
        }
      },
      "title": "NetworkRoutingDomain"
    },
    "NetworkRoutingPoliciesReq": {
      "type": "object",
      "required": [
        "routingPolicies"
      ],
      "properties": {
        "routingPolicies": {
          "$ref": "#/definitions/RoutingPoliciesReq"
        }
      },
      "title": "NetworkRoutingPoliciesReq"
    },
    "NetworkRoutingPoliciesRes": {
      "type": "object",
      "required": [
        "routingPolicies"
      ],
      "properties": {
        "routingPolicies": {
          "$ref": "#/definitions/RoutingPoliciesRes"
        }
      },
      "title": "NetworkRoutingPoliciesRes"
    },
    "NetworkSIADefaultRoutingPolicy": {
      "type": "object",
      "properties": {
        "siaDefaultRoutingPolicy": {
          "$ref": "#/definitions/SIADefaultRoutingPolicy"
        },
        "siadefaultRoutingPolicy": {
          "$ref": "#/definitions/SIADefaultRoutingPolicy"
        }
      },
      "title": "NetworkSIADefaultRoutingPolicy"
    },
    "NetworkSecurityProperties": {
      "type": "object",
      "required": [
        "properties"
      ],
      "properties": {
        "properties": {
          "description": "Properties",
          "$ref": "#/definitions/PropertiesDefinition"
        }
      },
      "title": "NetworkSecurityProperties"
    },
    "NetworkServiceAllocations": {
      "type": "object",
      "properties": {
        "serviceAllocation": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/GlobalServiceAllocationDefinition"
          }
        }
      },
      "title": "NetworkServiceAllocations"
    },
    "NetworkTimeSchedules": {
      "type": "object",
      "properties": {
        "timeSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TimeSchedules"
          }
        }
      },
      "title": "NetworkTimeSchedules"
    },
    "NetworkUptimePayload": {
      "type": "object",
      "properties": {
        "memberUptimeStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/UptimePayLoad"
          }
        },
        "vpUptimeStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/UptimePayLoad"
          }
        }
      },
      "title": "NetworkUptimePayload"
    },
    "NetworksDefinition": {
      "type": "object",
      "required": [
        "networkAddress"
      ],
      "properties": {
        "networkAddress": {
          "type": "string",
          "description": "Network address. Format - Ipv4 with subnet mask"
        }
      },
      "title": "NetworksDefinition"
    },
    "NormalPackets": {
      "type": "object",
      "properties": {
        "dropDepth": {
          "type": "integer",
          "format": "int32",
          "description": "In bytes. If the queue depth exceeds this threshold, the packet will be discarded and statistics will be counted"
        },
        "dropLimit": {
          "type": "integer",
          "format": "int32",
          "description": "In ms. If the estimated time exceeds this threshold, the packet will be discarded and statistics will be counted. Not valid for Bulk classes"
        }
      },
      "title": "NormalPackets"
    },
    "OSPFRouteConfig": {
      "type": "object",
      "properties": {
        "ospfSettings": {
          "$ref": "#/definitions/OSPFSettings"
        }
      },
      "title": "OSPFRouteConfig"
    },
    "OSPFSettings": {
      "type": "object",
      "required": [
        "areas",
        "enableOspf",
        "exportOspfRouteType"
      ],
      "properties": {
        "advertiseBgpRoutes": {
          "type": "boolean",
          "description": "Enable advertisement of BGP routes via OSPF."
        },
        "advertiseSdwanRoutes": {
          "type": "boolean",
          "description": "Enable advertisement of Virtual WAN routes via OSPF."
        },
        "areas": {
          "type": "array",
          "description": "OSPF Areas",
          "items": {
            "$ref": "#/definitions/Areas"
          }
        },
        "bgpRoutesTagValue": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "The OSPF tag value to be set on the redistributed BGP prefixes when Citrix SDWAN advertises them to its OSPF peers."
        },
        "enableOspf": {
          "type": "boolean",
          "description": "Enable or disable OSPF with this checkbox."
        },
        "exportOspfRouteType": {
          "type": "string",
          "example": "type_5_as_external",
          "description": "Advertise the Citrix SD-WAN route to OSPF neighbors as type 1 Intra-area route or type 5 External route. Default route is always advertised as type-5 External route to normal areas and type-3 summary route to stub areas.",
          "enum": [
            "type_1_intra_area",
            "type_5_as_external"
          ]
        },
        "exportOspfRouteWeight": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "The cost advertised to OSPF neighbors is the original Citrix SD-WAN cost plus the weight configured here."
        },
        "ospfProtocolPreference": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "Protocol Preference value imposes routing protocol selection if prefixes are learnt via multilple routing protocols. This is local to the appliance and is not advertised in routing updates."
        },
        "routerId": {
          "type": "string",
          "example": "1.2.3.4",
          "description": "A Router ID, in IPv4 Format, used for OSPF advertisements."
        },
        "routerIdSetting": {
          "type": "array",
          "description": "Router ID per Routing Domain",
          "items": {
            "$ref": "#/definitions/RouterIdSetting"
          }
        },
        "sdwanRouteTagValue": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "The OSPF tag value to be set on the redistributed Citrix SDWAN prefixes when SDWAN advertises them to its OSPF peers."
        }
      },
      "title": "OSPFSettings"
    },
    "Office365PolicyReq": {
      "type": "object",
      "required": [
        "enableBeaconService",
        "normal"
      ],
      "properties": {
        "allow": {
          "type": "boolean"
        },
        "enableBeaconService": {
          "type": "boolean"
        },
        "enableO365IntelligentPathSelection": {
          "type": "boolean"
        },
        "msExchangeMail": {
          "type": "boolean"
        },
        "msExchangeOnline": {
          "type": "boolean"
        },
        "msO365Common": {
          "type": "boolean"
        },
        "msSharepointAllow": {
          "type": "boolean"
        },
        "msSharepointOptimize": {
          "type": "boolean"
        },
        "msTeamsFallback": {
          "type": "boolean"
        },
        "msTeamsRealtime": {
          "type": "boolean"
        },
        "normal": {
          "type": "boolean"
        },
        "optimize": {
          "type": "boolean"
        },
        "sharepointOptimize": {
          "type": "boolean"
        }
      },
      "title": "Office365PolicyReq"
    },
    "Office365PolicyRes": {
      "type": "object",
      "required": [
        "enableBeaconService",
        "normal"
      ],
      "properties": {
        "allow": {
          "type": "boolean"
        },
        "enableBeaconService": {
          "type": "boolean"
        },
        "enableO365IntelligentPathSelection": {
          "type": "boolean"
        },
        "msExchangeMail": {
          "type": "boolean"
        },
        "msExchangeOnline": {
          "type": "boolean"
        },
        "msO365Common": {
          "type": "boolean"
        },
        "msSharepointAllow": {
          "type": "boolean"
        },
        "msSharepointOptimize": {
          "type": "boolean"
        },
        "msTeamsFallback": {
          "type": "boolean"
        },
        "msTeamsRealtime": {
          "type": "boolean"
        },
        "normal": {
          "type": "boolean"
        },
        "optimize": {
          "type": "boolean"
        }
      },
      "title": "Office365PolicyRes"
    },
    "OrchEntitlement": {
      "type": "object",
      "properties": {
        "backOfficeId": {
          "type": "string"
        },
        "boAvailable": {
          "type": "integer",
          "format": "int32"
        },
        "boTotal": {
          "type": "integer",
          "format": "int32"
        },
        "createdAt": {
          "type": "string",
          "format": "date-time"
        },
        "dateExpires": {
          "type": "string",
          "format": "date-time"
        },
        "datePurchased": {
          "type": "string",
          "format": "date-time"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "license": {
          "$ref": "#/definitions/License"
        },
        "orchAvailable": {
          "type": "integer",
          "format": "int32"
        },
        "orchTotal": {
          "type": "integer",
          "format": "int32"
        },
        "sessionId": {
          "type": "string",
          "format": "uuid"
        }
      },
      "title": "OrchEntitlement"
    },
    "PPPoEDefinition": {
      "type": "object",
      "required": [
        "acName",
        "clientMode",
        "password",
        "userName"
      ],
      "properties": {
        "acName": {
          "type": "string",
          "description": "Access concentrator"
        },
        "authenticationType": {
          "type": "string",
          "description": "Authentication type",
          "enum": [
            "Auto",
            "CHAP",
            "EAP",
            "PAP"
          ]
        },
        "clientMode": {
          "type": "string",
          "description": "client mode",
          "enum": [
            "none",
            "pppoe_dynamic",
            "pppoe_static"
          ]
        },
        "password": {
          "type": "string",
          "description": "password"
        },
        "reconnectHoldOff": {
          "type": "integer",
          "format": "int32",
          "description": "Reconnect hold off time in seconds"
        },
        "serviceName": {
          "type": "string"
        },
        "userName": {
          "type": "string",
          "description": "User name"
        }
      },
      "title": "PPPoEDefinition"
    },
    "PacFileProfiles": {
      "type": "object",
      "properties": {
        "pacFilePolicyProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PacFileProfilesDefinition"
          }
        }
      },
      "title": "PacFileProfiles"
    },
    "PacFileProfilesDefinition": {
      "type": "object",
      "properties": {
        "default": {
          "type": "boolean"
        },
        "pacFileURL": {
          "type": "string"
        },
        "profileName": {
          "type": "string"
        },
        "siteNames": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "PacFileProfilesDefinition"
    },
    "PacketResequencing": {
      "type": "object",
      "properties": {
        "discardLateResequencePackets": {
          "type": "boolean",
          "description": "After a packets sequence timer has expired for a dependent packet, and the packets were permitted to the LAN: If a late packet arrives at WAN to LAN, this property defines what is to be done with it. Enable this checkbox to discard, disable this checkbox to forward"
        },
        "enablePacketResequencing": {
          "type": "boolean",
          "description": "If enabled, traffic flows that match this rule should be tagged for sequence order, and the packets should be reordered (if necessary) at the WAN to LAN appliance"
        },
        "holdTime": {
          "type": "integer",
          "format": "int32",
          "description": "In ms. The maximum delay that a packet may be held awaiting re-sequence. When the timer expires the packet will be sent to the LAN without waiting any further for the pre-requisite sequence numbers. If this rule has a transmit mode of 'duplicate paths', the default hold time is 80ms. Otherwise, the default is 900ms for TCP rules and 250ms for NON TCP rules"
        }
      },
      "title": "PacketResequencing"
    },
    "Pageable": {
      "type": "object",
      "properties": {
        "offset": {
          "type": "integer",
          "format": "int64"
        },
        "pageNumber": {
          "type": "integer",
          "format": "int32"
        },
        "pageSize": {
          "type": "integer",
          "format": "int32"
        },
        "paged": {
          "type": "boolean"
        },
        "sort": {
          "$ref": "#/definitions/Sort"
        },
        "unpaged": {
          "type": "boolean"
        }
      },
      "title": "Pageable"
    },
    "Page«AuditLog»": {
      "type": "object",
      "properties": {
        "content": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AuditLog"
          }
        },
        "empty": {
          "type": "boolean"
        },
        "first": {
          "type": "boolean"
        },
        "last": {
          "type": "boolean"
        },
        "number": {
          "type": "integer",
          "format": "int32"
        },
        "numberOfElements": {
          "type": "integer",
          "format": "int32"
        },
        "pageable": {
          "$ref": "#/definitions/Pageable"
        },
        "size": {
          "type": "integer",
          "format": "int32"
        },
        "sort": {
          "$ref": "#/definitions/Sort"
        },
        "totalElements": {
          "type": "integer",
          "format": "int64"
        },
        "totalPages": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "Page«AuditLog»"
    },
    "Parameter": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "title": "Parameter"
    },
    "PartialSiteUpgrade": {
      "type": "object",
      "properties": {
        "sites": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "softwareVersion": {
          "type": "string"
        }
      },
      "title": "PartialSiteUpgrade"
    },
    "PassedUrl": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        },
        "url": {
          "type": "string"
        }
      },
      "title": "PassedUrl"
    },
    "PathStats": {
      "type": "object",
      "properties": {
        "bandwidth": {
          "type": "string"
        },
        "bulkBandwidth": {
          "type": "string"
        },
        "controlBandwidth": {
          "type": "string"
        },
        "interactiveBandwidth": {
          "type": "string"
        },
        "jitter": {
          "type": "string"
        },
        "latency": {
          "type": "string"
        },
        "linkName": {
          "type": "string"
        },
        "localLinkName": {
          "type": "string"
        },
        "loss": {
          "type": "string"
        },
        "maxLoss": {
          "type": "string"
        },
        "minLoss": {
          "type": "string"
        },
        "pathId": {
          "type": "integer",
          "format": "int32"
        },
        "realtimeBandwidth": {
          "type": "string"
        },
        "remoteLinkName": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "throughput": {
          "type": "string"
        }
      },
      "title": "PathStats"
    },
    "Policies": {
      "type": "object",
      "required": [
        "bgpPolicyName",
        "policyAttributes"
      ],
      "properties": {
        "bgpPolicyName": {
          "type": "string",
          "example": "policy1",
          "description": "BGP Policy Name"
        },
        "policyAttributes": {
          "type": "array",
          "description": "A collection of BGP attributes which can be used to set or modify route attributes for each BGP Peer",
          "items": {
            "$ref": "#/definitions/PolicyAttributes"
          }
        }
      },
      "title": "Policies"
    },
    "PolicyAttributes": {
      "type": "object",
      "required": [
        "attributeName",
        "isNewFormat"
      ],
      "properties": {
        "asPrependLength": {
          "type": "integer",
          "format": "int32",
          "example": 5,
          "description": "The number of times AS will be prepended to AS_PATH attribute of the matching routes"
        },
        "asnPrepend": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "The AS number that will be prepended to AS_PATH attribute of the matching routes"
        },
        "attributeName": {
          "type": "string",
          "description": "BGP attribute to add to the policy",
          "enum": [
            "community_str",
            "med",
            "prepend_length"
          ]
        },
        "copyCostToMed": {
          "type": "boolean",
          "description": "Enable copy Cost to MED value"
        },
        "isNewFormat": {
          "type": "boolean",
          "description": "Use new format (AA:NN) for configuring BGP Community as an ASN:Value pair as defined in RFC 1997"
        },
        "medValue": {
          "type": "integer",
          "format": "int32",
          "description": "MED value"
        },
        "stringAction": {
          "type": "string",
          "description": "Insert to insert the community in a matching Route or Remove to remove matching Community from a Route",
          "enum": [
            "insert",
            "remove"
          ]
        },
        "stringAsn": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "The first 16 bits of BGP Community when using the new format for configuration"
        },
        "stringList": {
          "type": "string",
          "example": "com_str1",
          "description": "BGP Community List consisting of a group of communities"
        },
        "stringType": {
          "type": "string",
          "description": "Configure BGP community manually or select a standard well-known BGP Community",
          "enum": [
            "Community String List",
            "Manual",
            "No Advertise",
            "No Export"
          ]
        },
        "stringValue": {
          "type": "integer",
          "format": "int32",
          "example": 5,
          "description": "BGP Community Value"
        }
      },
      "title": "PolicyAttributes"
    },
    "PortForwardingDefinition": {
      "type": "object",
      "properties": {
        "insideIp": {
          "type": "string"
        },
        "insidePort": {
          "type": "string"
        },
        "outsidePort": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "routingDomain": {
          "type": "string"
        }
      },
      "title": "PortForwardingDefinition"
    },
    "PrefixList": {
      "type": "object",
      "properties": {
        "autonomousFlag": {
          "type": "boolean"
        },
        "onLink": {
          "type": "boolean"
        },
        "preferredLifetime": {
          "type": "integer",
          "format": "int32"
        },
        "prefix": {
          "type": "string"
        },
        "validLifetime": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "PrefixList"
    },
    "PrivateIntranetRule": {
      "type": "object",
      "properties": {
        "autopathIsps": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "enableEncryption": {
          "type": "boolean"
        },
        "groupName": {
          "type": "string"
        },
        "ipDscpTag": {
          "type": "string"
        }
      },
      "title": "PrivateIntranetRule"
    },
    "PropertiesDefinition": {
      "type": "object",
      "required": [
        "encryptionMode"
      ],
      "properties": {
        "enableApplianceAuthentication": {
          "type": "boolean"
        },
        "enableEncryptionKeyRotation": {
          "type": "boolean"
        },
        "enableExtendedPacketAuthenticationTrailer": {
          "type": "boolean"
        },
        "enableExtendedPacketEncryptionHeader": {
          "type": "boolean"
        },
        "enableFipsMode": {
          "type": "boolean"
        },
        "encryptionMode": {
          "type": "string",
          "description": "Encryption mode",
          "enum": [
            "aes128",
            "aes256"
          ]
        },
        "extendedPacketAuthenticationTrailerType": {
          "type": "string"
        }
      },
      "title": "PropertiesDefinition"
    },
    "PublicInternetRule": {
      "type": "object",
      "properties": {
        "autopathIsps": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "enableEncryption": {
          "type": "boolean"
        },
        "groupName": {
          "type": "string"
        },
        "ipDscpTag": {
          "type": "string"
        }
      },
      "title": "PublicInternetRule"
    },
    "QOSProfilesDefinition": {
      "type": "object",
      "properties": {
        "bandwidthAllocation": {
          "$ref": "#/definitions/BandwidthAllocation"
        },
        "default": {
          "type": "boolean"
        },
        "hdxSettings": {
          "$ref": "#/definitions/HdxSettings"
        },
        "profileName": {
          "type": "string"
        },
        "siteNames": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "QOSProfilesDefinition"
    },
    "QoEConfiguration": {
      "type": "object",
      "properties": {
        "application": {
          "type": "string"
        },
        "applicationId": {
          "type": "integer",
          "format": "int32"
        },
        "qoeProfileName": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "title": "QoEConfiguration"
    },
    "QoEInteractiveDefinition": {
      "type": "object",
      "properties": {
        "expectedBurstRate": {
          "type": "number",
          "format": "float"
        },
        "packetLossPerFlow": {
          "type": "number",
          "format": "float"
        }
      },
      "title": "QoEInteractiveDefinition"
    },
    "QoEProfile": {
      "type": "object",
      "properties": {
        "interactive": {
          "$ref": "#/definitions/QoEInteractiveDefinition"
        },
        "name": {
          "type": "string"
        },
        "realtime": {
          "$ref": "#/definitions/QoERealtimeDefinition"
        }
      },
      "title": "QoEProfile"
    },
    "QoERealtimeDefinition": {
      "type": "object",
      "properties": {
        "jitter": {
          "type": "integer",
          "format": "int32"
        },
        "oneWayLatency": {
          "type": "integer",
          "format": "int32"
        },
        "packetLoss": {
          "type": "number",
          "format": "float"
        }
      },
      "title": "QoERealtimeDefinition"
    },
    "QoeConfigurations": {
      "type": "object",
      "properties": {
        "application": {
          "type": "string"
        },
        "applicationId": {
          "type": "integer",
          "format": "int32"
        },
        "qoeProfileName": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "title": "QoeConfigurations"
    },
    "QoeProfiles": {
      "type": "object",
      "properties": {
        "interactive": {
          "$ref": "#/definitions/appQoeProfilesInteractive"
        },
        "name": {
          "type": "string"
        },
        "realtime": {
          "$ref": "#/definitions/appQoeProfilesRealTime"
        }
      },
      "title": "QoeProfiles"
    },
    "QosPolicies": {
      "type": "object",
      "properties": {
        "applicationGroupRules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ApplicationGroupRulesPolicy"
          }
        },
        "applicationRules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ApplicationRulesPolicy"
          }
        },
        "citrixHdxRules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CitrixHDXRulesPolicy"
          }
        },
        "customApplicationRules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CustomApplicationRulesPolicy"
          }
        },
        "ipRules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IpRulesPolicy"
          }
        }
      },
      "title": "QosPolicies"
    },
    "QosSettings": {
      "type": "object",
      "required": [
        "priority",
        "transferType"
      ],
      "properties": {
        "priority": {
          "type": "string",
          "enum": [
            "high",
            "low",
            "medium"
          ]
        },
        "transferType": {
          "type": "string",
          "enum": [
            "bulk",
            "interactive",
            "realtime"
          ]
        }
      },
      "title": "QosSettings"
    },
    "RadiusProfiles": {
      "type": "object",
      "properties": {
        "radiusProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/RadiusProfilesDefinition"
          }
        }
      },
      "title": "RadiusProfiles"
    },
    "RadiusProfilesDefinition": {
      "type": "object",
      "properties": {
        "accountingIP": {
          "type": "string"
        },
        "accountingPort": {
          "type": "string"
        },
        "accountingSecret": {
          "type": "string"
        },
        "authenticationIP": {
          "type": "string"
        },
        "authenticationPort": {
          "type": "string"
        },
        "authenticationSecret": {
          "type": "string"
        },
        "nasIdentifier": {
          "type": "string"
        },
        "profileName": {
          "type": "string"
        }
      },
      "title": "RadiusProfilesDefinition"
    },
    "RealtimeDefinition": {
      "type": "object",
      "properties": {
        "absolute": {
          "type": "number",
          "format": "float"
        },
        "hdxTag0": {
          "type": "number",
          "format": "float"
        },
        "high": {
          "type": "number",
          "format": "float"
        },
        "low": {
          "type": "number",
          "format": "float"
        },
        "medium": {
          "type": "number",
          "format": "float"
        }
      },
      "title": "RealtimeDefinition"
    },
    "RedirectionInterfaces": {
      "type": "object",
      "required": [
        "name",
        "peerVirtualInterfaceName",
        "virtualInterfaceName",
        "vlanId"
      ],
      "properties": {
        "name": {
          "type": "string",
          "example": "dir_in",
          "description": "Name of the redirection interface"
        },
        "peerVirtualInterfaceName": {
          "type": "string",
          "example": "Interface-2",
          "description": "Peer virtual interface name"
        },
        "virtualInterfaceName": {
          "type": "string",
          "example": "Interface-1",
          "description": "Virtual interface name"
        },
        "vlanId": {
          "type": "integer",
          "format": "int32",
          "example": 1,
          "description": "VLAN ID"
        }
      },
      "title": "RedirectionInterfaces"
    },
    "RegionsDefinition": {
      "type": "object",
      "properties": {
        "admins": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/AdminsDefinition"
          }
        },
        "allowExternalVipMatch": {
          "type": "boolean"
        },
        "description": {
          "type": "string"
        },
        "forceInternalVipMatch": {
          "type": "boolean"
        },
        "isDefault": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        },
        "siteNames": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "subnets": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SubnetNodeDefinition"
          }
        }
      },
      "title": "RegionsDefinition"
    },
    "RemoveDefinition": {
      "type": "object",
      "properties": {
        "sampleTimeMin": {
          "type": "integer",
          "format": "int32"
        },
        "throughputThresholdKbps": {
          "type": "integer",
          "format": "int32"
        },
        "throughputThresholdPps": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "RemoveDefinition"
    },
    "Result": {
      "type": "object",
      "properties": {
        "data": {
          "type": "object"
        },
        "message": {
          "type": "string"
        },
        "schemaViolations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SchemaViolation"
          }
        },
        "statusCode": {
          "type": "integer",
          "format": "int32"
        },
        "success": {
          "type": "boolean"
        }
      },
      "title": "Result"
    },
    "RoleDto": {
      "type": "object",
      "required": [
        "name"
      ],
      "properties": {
        "description": {
          "type": "string",
          "minLength": 0,
          "maxLength": 128
        },
        "featurePermissions": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/FeaturePermissionDtoPOST"
          }
        },
        "name": {
          "type": "string"
        },
        "productType": {
          "type": "string",
          "enum": [
            "SDWAN",
            "SIA"
          ]
        },
        "scopeType": {
          "type": "string",
          "enum": [
            "Brand",
            "Customer",
            "MSP",
            "ROOT"
          ]
        }
      },
      "title": "RoleDto"
    },
    "RoleDtoGET": {
      "type": "object",
      "required": [
        "name"
      ],
      "properties": {
        "description": {
          "type": "string"
        },
        "featurePermissions": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/FeaturePermissionDtoGET"
          }
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "name": {
          "type": "string"
        },
        "productType": {
          "type": "string",
          "enum": [
            "SDWAN",
            "SIA"
          ]
        },
        "scope": {
          "$ref": "#/definitions/ScopeDto"
        },
        "scopeType": {
          "type": "string",
          "enum": [
            "Brand",
            "Customer",
            "MSP",
            "ROOT"
          ]
        }
      },
      "title": "RoleDtoGET"
    },
    "RouterIdSetting": {
      "type": "object",
      "required": [
        "routerId",
        "routingDomain"
      ],
      "properties": {
        "routerId": {
          "type": "string",
          "example": "1.2.2.3",
          "description": "Router Id for routing domain"
        },
        "routingDomain": {
          "type": "string",
          "description": "Routing Domain Name"
        }
      },
      "title": "RouterIdSetting"
    },
    "RoutingDomainDefinition": {
      "type": "object",
      "required": [
        "name"
      ],
      "properties": {
        "isDefault": {
          "type": "boolean",
          "description": "Routing Domain default flag"
        },
        "name": {
          "type": "string",
          "description": "Routing Domain name. Starts with a letter, containing only letters, numbers, dash and underscore."
        },
        "networkObjects": {
          "type": "array",
          "description": "Network Objects / IP groups",
          "items": {
            "$ref": "#/definitions/NetworkObjectDefinition"
          }
        },
        "vlans": {
          "type": "array",
          "description": "VLANs",
          "items": {
            "$ref": "#/definitions/VlanDefinition"
          }
        }
      },
      "title": "RoutingDomainDefinition"
    },
    "RoutingPoliciesReq": {
      "type": "object",
      "properties": {
        "applicationGroupRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ApplicationGroupRoutesPolicyReq"
          }
        },
        "applicationRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ApplicationRoutesPolicy"
          }
        },
        "customApplicationRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CustomApplicationRoutesPolicy"
          }
        },
        "ipRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IpRoutesPolicy"
          }
        }
      },
      "title": "RoutingPoliciesReq"
    },
    "RoutingPoliciesRes": {
      "type": "object",
      "properties": {
        "applicationGroupRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ApplicationGroupRoutesPolicyRes"
          }
        },
        "applicationRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ApplicationRoutesPolicy"
          }
        },
        "customApplicationRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/CustomApplicationRoutesPolicy"
          }
        },
        "ipRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/IpRoutesPolicy"
          }
        }
      },
      "title": "RoutingPoliciesRes"
    },
    "Rule": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "ipsEnabled": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        },
        "ssliEnabled": {
          "type": "boolean"
        },
        "virusBlockerEnabled": {
          "type": "boolean"
        },
        "webFilterEnabled": {
          "type": "boolean"
        }
      },
      "title": "Rule"
    },
    "Rules": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        }
      },
      "title": "Rules"
    },
    "SIAApplicationGroupRoutes": {
      "type": "object",
      "required": [
        "matchCriteria"
      ],
      "properties": {
        "matchCriteria": {
          "$ref": "#/definitions/SIACustomAppAndAppGroupMatchCriteria"
        }
      },
      "title": "SIAApplicationGroupRoutes"
    },
    "SIAApplicationMatchCriteria": {
      "type": "object",
      "properties": {
        "appId": {
          "type": "integer",
          "format": "int32",
          "description": "Numeric id of the application"
        },
        "appName": {
          "type": "string",
          "description": "Name of the application"
        }
      },
      "title": "SIAApplicationMatchCriteria"
    },
    "SIAApplicationRoutes": {
      "type": "object",
      "required": [
        "matchCriteria"
      ],
      "properties": {
        "matchCriteria": {
          "$ref": "#/definitions/SIAApplicationMatchCriteria"
        }
      },
      "title": "SIAApplicationRoutes"
    },
    "SIACustomAppAndAppGroupMatchCriteria": {
      "type": "object",
      "required": [
        "appName"
      ],
      "properties": {
        "appName": {
          "type": "string",
          "description": "Name of an existing application"
        }
      },
      "title": "SIACustomAppAndAppGroupMatchCriteria"
    },
    "SIACustomApplicationRoutes": {
      "type": "object",
      "required": [
        "matchCriteria"
      ],
      "properties": {
        "matchCriteria": {
          "$ref": "#/definitions/SIACustomAppAndAppGroupMatchCriteria"
        }
      },
      "title": "SIACustomApplicationRoutes"
    },
    "SIADefaultRoutingPolicy": {
      "type": "object",
      "properties": {
        "applicationGroupRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SIAApplicationGroupRoutes"
          }
        },
        "applicationRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SIAApplicationRoutes"
          }
        },
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "customApplicationRoutes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SIACustomApplicationRoutes"
          }
        },
        "enableSIAConnectorPolicy": {
          "type": "boolean"
        },
        "isSIAAllowedForAllApps": {
          "type": "boolean"
        }
      },
      "title": "SIADefaultRoutingPolicy"
    },
    "SSIDProfiles": {
      "type": "object",
      "properties": {
        "ssidProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SSIDProfilesDefinition"
          }
        }
      },
      "title": "SSIDProfiles"
    },
    "SSIDProfilesDefinition": {
      "type": "object",
      "properties": {
        "createdOn": {
          "type": "string"
        },
        "profileName": {
          "type": "string"
        },
        "siteNames": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ssid": {
          "$ref": "#/definitions/WifiSSID"
        }
      },
      "title": "SSIDProfilesDefinition"
    },
    "SaasgwErrorResponse": {
      "type": "object",
      "properties": {
        "code": {
          "type": "integer",
          "format": "int32"
        },
        "message": {
          "type": "string"
        }
      },
      "title": "SaasgwErrorResponse"
    },
    "SchemaViolation": {
      "type": "object",
      "properties": {
        "keyword": {
          "type": "string"
        },
        "message": {
          "type": "string"
        },
        "pointerToViolation": {
          "type": "string"
        }
      },
      "title": "SchemaViolation"
    },
    "ScopeDto": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "scopeType": {
          "type": "string",
          "enum": [
            "Brand",
            "Customer",
            "MSP",
            "ROOT"
          ]
        }
      },
      "title": "ScopeDto"
    },
    "SdwanEntitlement": {
      "type": "object",
      "properties": {
        "applianceEdition": {
          "type": "string"
        },
        "backOfficeId": {
          "type": "string"
        },
        "boAvailable": {
          "type": "integer",
          "format": "int32"
        },
        "boTotal": {
          "type": "integer",
          "format": "int32"
        },
        "createdAt": {
          "type": "string",
          "format": "date-time"
        },
        "dateExpires": {
          "type": "string",
          "format": "date-time"
        },
        "datePurchased": {
          "type": "string",
          "format": "date-time"
        },
        "entitlementType": {
          "type": "string",
          "enum": [
            "NONE",
            "PERPETUAL",
            "SUBSCRIPTION"
          ]
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "license": {
          "$ref": "#/definitions/License"
        },
        "orchAvailable": {
          "type": "integer",
          "format": "int32"
        },
        "orchTotal": {
          "type": "integer",
          "format": "int32"
        },
        "platform": {
          "type": "string"
        },
        "saDate": {
          "type": "string",
          "format": "date-time"
        },
        "sdwanBandwidth": {
          "type": "integer",
          "format": "int32"
        },
        "sessionId": {
          "type": "string",
          "format": "uuid"
        }
      },
      "title": "SdwanEntitlement"
    },
    "SdwanEntitlementRequest": {
      "type": "object",
      "properties": {
        "applianceEdition": {
          "type": "string"
        },
        "ccId": {
          "type": "string"
        },
        "deviceId": {
          "type": "string",
          "format": "uuid"
        },
        "id": {
          "type": "string"
        },
        "ids": {
          "type": "string"
        },
        "licenseId": {
          "type": "string"
        },
        "platform": {
          "type": "string"
        },
        "sdwanBandwidth": {
          "type": "integer",
          "format": "int32"
        },
        "sdwanEntitlementIds": {
          "type": "string"
        },
        "serialNumber": {
          "type": "string"
        }
      },
      "title": "SdwanEntitlementRequest"
    },
    "SecurityPolicy": {
      "type": "object",
      "properties": {
        "securityPolicies": {
          "$ref": "#/definitions/SecurityPolicy_"
        }
      },
      "title": "SecurityPolicy"
    },
    "SecurityPolicy_": {
      "type": "object",
      "properties": {
        "rules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Rule"
          }
        }
      },
      "title": "SecurityPolicy_"
    },
    "ServiceAllocation": {
      "type": "object",
      "required": [
        "allocation",
        "mode",
        "service"
      ],
      "properties": {
        "accessInterfaceFailover": {
          "type": "boolean"
        },
        "allocation": {
          "type": "number",
          "format": "float",
          "description": "allocation"
        },
        "lan2WanMaxDelay": {
          "type": "integer",
          "format": "int32"
        },
        "lan2WanTag": {
          "type": "string"
        },
        "mode": {
          "type": "string",
          "description": "mode",
          "enum": [
            "balance",
            "primary",
            "secondary"
          ]
        },
        "service": {
          "type": "string",
          "description": "service"
        },
        "tunnelHeaderSize": {
          "type": "integer",
          "format": "int32"
        },
        "wan2LanGrooming": {
          "type": "boolean"
        },
        "wan2LanMatch": {
          "type": "string"
        },
        "wan2LanTag": {
          "type": "string"
        }
      },
      "title": "ServiceAllocation"
    },
    "ServiceHealth": {
      "type": "object",
      "properties": {
        "executionTime": {
          "type": "integer",
          "format": "int64"
        },
        "failureReason": {
          "type": "string"
        },
        "healthStatus": {
          "type": "string",
          "enum": [
            "DOWN",
            "UP"
          ]
        },
        "jobExecutionTime": {
          "type": "string",
          "format": "date-time"
        },
        "name": {
          "type": "string"
        },
        "retry": {
          "type": "integer",
          "format": "int32"
        },
        "status": {
          "type": "string"
        },
        "uuid": {
          "type": "string",
          "format": "uuid"
        }
      },
      "title": "ServiceHealth"
    },
    "SiteAppQoEGraphStats": {
      "type": "object",
      "properties": {
        "siteAppQoEGraphStats": {
          "$ref": "#/definitions/siteAppQoeGraphClass"
        }
      },
      "title": "SiteAppQoEGraphStats"
    },
    "SiteAppQoETableStats": {
      "type": "object",
      "properties": {
        "siteAppQoETableStats": {
          "$ref": "#/definitions/siteAppQoeTableClass"
        }
      },
      "title": "SiteAppQoETableStats"
    },
    "SiteBeaconData": {
      "type": "object",
      "properties": {
        "siteBeaconStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteBeaconStat"
          }
        }
      },
      "title": "SiteBeaconData"
    },
    "SiteBeaconStat": {
      "type": "object",
      "properties": {
        "availability": {
          "$ref": "#/definitions/AvailabilityAvgData"
        },
        "internetWanLinkId": {
          "type": "string"
        },
        "latency": {
          "$ref": "#/definitions/LatencyAvgData"
        },
        "siteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        }
      },
      "title": "SiteBeaconStat"
    },
    "SiteBinding": {
      "type": "object",
      "properties": {
        "gatewayIp": {
          "type": "string"
        },
        "identityData": {
          "type": "string"
        },
        "localIp": {
          "type": "string"
        },
        "preSharedKey": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "siteProtectedNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteProtectedNetwork"
          }
        },
        "virtualInterface": {
          "type": "string"
        }
      },
      "title": "SiteBinding"
    },
    "SiteCloudInfoResponse": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "siteConfigId": {
          "type": "string"
        },
        "siteId": {
          "type": "string",
          "format": "uuid"
        },
        "subnetId": {
          "type": "string"
        },
        "virtualCloudId": {
          "type": "string"
        },
        "vpxCloudPlatform": {
          "type": "string"
        }
      },
      "title": "SiteCloudInfoResponse"
    },
    "SiteDHCPRelayConfig": {
      "type": "object",
      "required": [
        "dhcpRelay"
      ],
      "properties": {
        "dhcpRelay": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DHCPRelayDefinition"
          }
        }
      },
      "title": "SiteDHCPRelayConfig"
    },
    "SiteDHCPSubnetConfig": {
      "type": "object",
      "required": [
        "dhcpSubnet"
      ],
      "properties": {
        "dhcpSubnet": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DHCPSubnetDefinition"
          }
        }
      },
      "title": "SiteDHCPSubnetConfig"
    },
    "SiteDnsProxyConfig": {
      "type": "object",
      "required": [
        "dnsProxy"
      ],
      "properties": {
        "dnsProxy": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DnsProxy"
          }
        }
      },
      "title": "SiteDnsProxyConfig"
    },
    "SiteDnsServicesConfig": {
      "type": "object",
      "required": [
        "dnsServices"
      ],
      "properties": {
        "dnsServices": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DnsServices"
          }
        }
      },
      "title": "SiteDnsServicesConfig"
    },
    "SiteDnsTransparentForwardersConfig": {
      "type": "object",
      "required": [
        "dnsTransparentForwarders"
      ],
      "properties": {
        "dnsTransparentForwarders": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/DnsTransparentForwarders"
          }
        }
      },
      "title": "SiteDnsTransparentForwardersConfig"
    },
    "SiteDto": {
      "type": "object",
      "properties": {
        "address": {
          "type": "string"
        },
        "applianceMode": {
          "type": "string"
        },
        "applianceName": {
          "type": "string"
        },
        "applianceName2": {
          "type": "string"
        },
        "bandwidthTier": {
          "type": "integer",
          "format": "int32"
        },
        "cloudProvider": {
          "type": "string"
        },
        "cloudRegionName": {
          "type": "string"
        },
        "contactEmail": {
          "type": "string"
        },
        "contactName": {
          "type": "string"
        },
        "continent": {
          "type": "string"
        },
        "country": {
          "type": "string"
        },
        "cpu": {
          "type": "integer",
          "format": "int32"
        },
        "createdAt": {
          "type": "string"
        },
        "defaultRoutingDomain": {
          "type": "string"
        },
        "edition": {
          "type": "string"
        },
        "enableHa": {
          "type": "boolean"
        },
        "enableSourceMacLearning": {
          "type": "boolean"
        },
        "gatewayArpTimer": {
          "type": "integer",
          "format": "int32"
        },
        "hostArpTimer": {
          "type": "integer",
          "format": "int32"
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "ignoreInternetWanLinkStatus": {
          "type": "boolean"
        },
        "ignoreIntranetWanLinkStatus": {
          "type": "boolean"
        },
        "isCloudSite": {
          "type": "boolean"
        },
        "isDeployed": {
          "type": "boolean"
        },
        "latitude": {
          "type": "number",
          "format": "double"
        },
        "longitude": {
          "type": "number",
          "format": "double"
        },
        "memory": {
          "type": "integer",
          "format": "int32"
        },
        "model": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "notes": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "serial": {
          "type": "string"
        },
        "serial2": {
          "type": "string"
        },
        "siteProfile": {
          "type": "string"
        },
        "subModel": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "updatedAt": {
          "type": "string"
        }
      },
      "title": "SiteDto"
    },
    "SiteDynamicVPSettingConfig": {
      "type": "object",
      "required": [
        "dynamicVirtualPathsSetting"
      ],
      "properties": {
        "dynamicVirtualPathsSetting": {
          "$ref": "#/definitions/DynamicVirtualPathDefinition"
        }
      },
      "title": "SiteDynamicVPSettingConfig"
    },
    "SiteExportFiltersConfig": {
      "type": "object",
      "required": [
        "exportFilters"
      ],
      "properties": {
        "exportFilters": {
          "type": "array",
          "description": "Network administrators can configure up to 32 Route Export Filters to narrow the selection of routes to export for advertisement to neighboring routers. Export filters can only be applied on static routes and routes learnt over Virtual Path and are not applied on routes learnt via Dynamic Routing protocols(OSPF/BGP).",
          "items": {
            "$ref": "#/definitions/ExportFilters"
          }
        }
      },
      "title": "SiteExportFiltersConfig"
    },
    "SiteFallbackConfig": {
      "type": "object",
      "properties": {
        "siteFallbackConfig": {
          "$ref": "#/definitions/SiteFallbackConfigProperties"
        }
      },
      "title": "SiteFallbackConfig"
    },
    "SiteFallbackConfigProperties": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        }
      },
      "title": "SiteFallbackConfigProperties"
    },
    "SiteHAConfig": {
      "type": "object",
      "required": [
        "ha"
      ],
      "properties": {
        "ha": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteHADefinition"
          }
        }
      },
      "title": "SiteHAConfig"
    },
    "SiteHADefinition": {
      "type": "object",
      "properties": {
        "failoverTime": {
          "type": "integer",
          "format": "int32"
        },
        "haDisableSharedMac": {
          "type": "boolean"
        },
        "haEnableYcableSupport": {
          "type": "boolean"
        },
        "haFailToWireMode": {
          "type": "boolean"
        },
        "haIpInterfaces": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/HAIpInterface"
          }
        },
        "primaryReclaim": {
          "type": "boolean"
        },
        "sharedBaseMac": {
          "type": "string"
        },
        "swapPrimarySecondary": {
          "type": "boolean"
        }
      },
      "title": "SiteHADefinition"
    },
    "SiteImportFiltersConfig": {
      "type": "object",
      "required": [
        "importFilters"
      ],
      "properties": {
        "importFilters": {
          "type": "array",
          "description": "Network administrators can configure Filters to fine tune how route learning takes place. It can only be applied on dynamically learnt routes advertised by neighbouring routers. Import filters are not applied on routes learnt over Virtual Path.",
          "items": {
            "$ref": "#/definitions/importFilters"
          }
        }
      },
      "title": "SiteImportFiltersConfig"
    },
    "SiteInterfaceGroupConfig": {
      "type": "object",
      "required": [
        "interfaceGroups"
      ],
      "properties": {
        "inbandMgmtDNSProxyName": {
          "type": "string"
        },
        "inbandMgmtIp": {
          "type": "string"
        },
        "inbandMgmtIpv6": {
          "type": "string"
        },
        "inbandMgmtIpv6DNSProxyName": {
          "type": "string"
        },
        "interfaceGroups": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteInterfaceGroupDefinition"
          }
        }
      },
      "title": "SiteInterfaceGroupConfig"
    },
    "SiteInterfaceGroupDefinition": {
      "type": "object",
      "required": [
        "activePorts",
        "bypassMode",
        "deploymentMode",
        "interfaceName",
        "interfaceType",
        "interfaces",
        "security"
      ],
      "properties": {
        "activePorts": {
          "type": "array",
          "example": [
            1,
            2
          ],
          "description": "Active ports",
          "items": {
            "type": "string"
          }
        },
        "bridgePairs": {
          "type": "array",
          "description": "List of bridge pairs",
          "items": {
            "$ref": "#/definitions/BridgePair"
          }
        },
        "bridged": {
          "type": "boolean",
          "example": true,
          "description": "Bridged , default false"
        },
        "bypassMode": {
          "type": "string",
          "description": "Bypass mode",
          "enum": [
            "fail_to_block",
            "fail_to_wire"
          ]
        },
        "deploymentMode": {
          "type": "string",
          "description": "Deployment mode",
          "enum": [
            "fail_to_block",
            "fail_to_wire",
            "gateway",
            "one_arm_mode"
          ]
        },
        "interfaceName": {
          "type": "string",
          "description": "Interface name"
        },
        "interfaceType": {
          "type": "string",
          "description": "Interface type",
          "enum": [
            "Bridge",
            "LAN",
            "One-Arm",
            "WAN"
          ]
        },
        "interfaces": {
          "type": "array",
          "description": "Interfaces",
          "items": {
            "$ref": "#/definitions/SiteVirtualInterfaces"
          }
        },
        "isWired802Enabled": {
          "type": "boolean",
          "example": true,
          "description": "isWired802Enabled "
        },
        "security": {
          "type": "string",
          "description": "Security",
          "enum": [
            "trusted",
            "untrusted"
          ]
        },
        "wired802Settings": {
          "description": "Wired 802.1x settings",
          "$ref": "#/definitions/Wired802Settings"
        }
      },
      "title": "SiteInterfaceGroupDefinition"
    },
    "SiteInternetServicesConfig": {
      "type": "object",
      "properties": {
        "siteInternetServices": {
          "$ref": "#/definitions/SiteInternetServicesDefinition"
        }
      },
      "title": "SiteInternetServicesConfig"
    },
    "SiteInternetServicesDefinition": {
      "type": "object",
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "enableSiteInternetService": {
          "type": "boolean"
        },
        "externalTrackingAddressV4": {
          "type": "string"
        },
        "overrideGlobalDefaultCost": {
          "type": "boolean"
        },
        "overrideGlobalDefaultRoute": {
          "type": "boolean"
        },
        "overrideGlobalDefaultRouteICMPProbe": {
          "type": "boolean"
        },
        "preserveRoute": {
          "type": "boolean"
        },
        "preserveRouteICMPProbe": {
          "type": "boolean"
        },
        "probeInterval": {
          "type": "integer",
          "format": "int32"
        },
        "retries": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "SiteInternetServicesDefinition"
    },
    "SiteIntranetServices": {
      "type": "object",
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "enableSiteIntranetService": {
          "type": "boolean"
        },
        "overrideGlobalDefaultCost": {
          "type": "boolean"
        },
        "overrideGlobalDefaultRoute": {
          "type": "boolean"
        },
        "preserveRoute": {
          "type": "boolean"
        },
        "serviceName": {
          "type": "string"
        }
      },
      "title": "SiteIntranetServices"
    },
    "SiteIntranetServicesConfig": {
      "type": "object",
      "properties": {
        "siteIntranetServices": {
          "$ref": "#/definitions/SiteIntranetServicesDefinition"
        }
      },
      "title": "SiteIntranetServicesConfig"
    },
    "SiteIntranetServicesDefinition": {
      "type": "object",
      "properties": {
        "intranetServices": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteIntranetServices"
          }
        }
      },
      "title": "SiteIntranetServicesDefinition"
    },
    "SiteLagGroups": {
      "type": "object",
      "properties": {
        "lagGroups": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/LagGroups"
          }
        }
      },
      "title": "SiteLagGroups"
    },
    "SiteMemberPathStats": {
      "type": "object",
      "properties": {
        "availability_state": {
          "type": "integer",
          "format": "int64"
        },
        "bad_time": {
          "type": "integer",
          "format": "int64"
        },
        "bytes_rcvd": {
          "type": "string"
        },
        "bytes_sent": {
          "type": "string"
        },
        "good_time": {
          "type": "integer",
          "format": "int64"
        },
        "jitter": {
          "type": "integer",
          "format": "int64"
        },
        "latency": {
          "type": "string"
        },
        "link_name": {
          "type": "string"
        },
        "local_link_name": {
          "type": "string"
        },
        "loss": {
          "type": "integer",
          "format": "int64"
        },
        "mean_jitter": {
          "type": "string"
        },
        "packets_received": {
          "type": "string"
        },
        "packets_sent": {
          "type": "string"
        },
        "path_id": {
          "type": "integer",
          "format": "int64"
        },
        "recorded_timestamp": {
          "type": "string"
        },
        "remote_link_name": {
          "type": "string"
        },
        "throughput": {
          "type": "integer",
          "format": "int64"
        }
      },
      "title": "SiteMemberPathStats"
    },
    "SiteNATConfig": {
      "type": "object",
      "required": [
        "nat"
      ],
      "properties": {
        "nat": {
          "$ref": "#/definitions/NatDefinition"
        }
      },
      "title": "SiteNATConfig"
    },
    "SiteOverrideDefinition": {
      "type": "object",
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "intermediateSiteName": {
          "type": "string"
        },
        "secondaryCost": {
          "type": "integer",
          "format": "int32"
        },
        "secondaryTransitNode": {
          "type": "string"
        },
        "sitesUsingIntermediateNode": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SitesUsingIntermediateNodeDefinition"
          }
        },
        "tertiaryCost": {
          "type": "integer",
          "format": "int32"
        },
        "tertiaryTransitNode": {
          "type": "string"
        }
      },
      "title": "SiteOverrideDefinition"
    },
    "SitePathStatsPayload": {
      "type": "object",
      "properties": {
        "allPathStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteMemberPathStats"
          }
        },
        "vpStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteVirtualPathStats"
          }
        }
      },
      "title": "SitePathStatsPayload"
    },
    "SitePayload": {
      "type": "object",
      "required": [
        "address",
        "applianceMode",
        "bandwidthTier",
        "edition",
        "model",
        "name"
      ],
      "properties": {
        "address": {
          "type": "string"
        },
        "applianceMode": {
          "type": "string",
          "pattern": "^(primary_ncn|primary_rcn|client|secondary_ncn|secondary_rcn)$",
          "enum": [
            "client",
            "primary_ncn",
            "primary_rcn",
            "secondary_ncn",
            "secondary_rcn"
          ]
        },
        "applianceName": {
          "type": "string"
        },
        "applianceName2": {
          "type": "string"
        },
        "bandwidthTier": {
          "type": "integer",
          "format": "int32"
        },
        "cloudProvider": {
          "type": "string"
        },
        "cloudRegionName": {
          "type": "string"
        },
        "contactEmail": {
          "type": "string"
        },
        "contactName": {
          "type": "string"
        },
        "continent": {
          "type": "string"
        },
        "country": {
          "type": "string"
        },
        "cpu": {
          "type": "integer",
          "format": "int32"
        },
        "customCoordinates": {
          "type": "boolean"
        },
        "defaultRoutingDomain": {
          "type": "string"
        },
        "edition": {
          "type": "string",
          "pattern": "^(SE|PE|AE)$",
          "enum": [
            "AE",
            "PE",
            "SE"
          ]
        },
        "enableHa": {
          "type": "boolean"
        },
        "enableSourceMacLearning": {
          "type": "boolean"
        },
        "gatewayArpTimer": {
          "type": "integer",
          "format": "int32"
        },
        "hostArpTimer": {
          "type": "integer",
          "format": "int32"
        },
        "ignoreInternetWanLinkStatus": {
          "type": "boolean"
        },
        "ignoreIntranetWanLinkStatus": {
          "type": "boolean"
        },
        "isCloudSite": {
          "type": "boolean"
        },
        "isOnpremSite": {
          "type": "boolean"
        },
        "latitude": {
          "type": "number",
          "format": "double"
        },
        "longitude": {
          "type": "number",
          "format": "double"
        },
        "memory": {
          "type": "integer",
          "format": "int32"
        },
        "model": {
          "type": "string",
          "pattern": "^(cb110|cb210|cb400|cb410|cb1000|cb1100|cb2000|cb2100|cb4000|cb4100|cb5100|cbvpx|cbvpxl|cb6100|cb1101|cb111)$",
          "enum": [
            "cb1000",
            "cb110",
            "cb1100",
            "cb1101",
            "cb111",
            "cb2000",
            "cb210",
            "cb2100",
            "cb400",
            "cb4000",
            "cb410",
            "cb4100",
            "cb5100",
            "cb6100",
            "cbvpx",
            "cbvpxl"
          ]
        },
        "name": {
          "type": "string"
        },
        "notes": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "secureKey": {
          "type": "string"
        },
        "serial": {
          "type": "string"
        },
        "serial2": {
          "type": "string"
        },
        "siteProfile": {
          "type": "string"
        },
        "subModel": {
          "type": "string"
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "w2wForwarding": {
          "type": "boolean"
        }
      },
      "title": "SitePayload"
    },
    "SitePrefixDelegationGroupConfigReq": {
      "type": "object",
      "properties": {
        "prefixDelegationGroups": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SitePrefixDelegationGroupReq"
          }
        }
      },
      "title": "SitePrefixDelegationGroupConfigReq"
    },
    "SitePrefixDelegationGroupConfigRes": {
      "type": "object",
      "properties": {
        "prefixDelegationGroups": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SitePrefixDelegationGroupRes"
          }
        }
      },
      "title": "SitePrefixDelegationGroupConfigRes"
    },
    "SitePrefixDelegationGroupReq": {
      "type": "object",
      "properties": {
        "prefixDelegationList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SitePrefixDelegationObject"
          }
        },
        "prefixList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SitePrefixDelegationObject"
          }
        },
        "virtualInterfaceName": {
          "type": "string"
        },
        "wanVirtualInterfaceName": {
          "type": "string"
        }
      },
      "title": "SitePrefixDelegationGroupReq"
    },
    "SitePrefixDelegationGroupRes": {
      "type": "object",
      "properties": {
        "prefixDelegationList": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SitePrefixDelegationObject"
          }
        },
        "virtualInterfaceName": {
          "type": "string"
        },
        "wanVirtualInterfaceName": {
          "type": "string"
        }
      },
      "title": "SitePrefixDelegationGroupRes"
    },
    "SitePrefixDelegationObject": {
      "type": "object",
      "properties": {
        "interfaceIpHostPortion": {
          "type": "string"
        },
        "lanVirtualInterfaceName": {
          "type": "string"
        },
        "prefixId": {
          "type": "integer",
          "format": "int32"
        },
        "prefixLength": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "SitePrefixDelegationObject"
    },
    "SiteProfileAccessInterfaces": {
      "type": "object",
      "required": [
        "name",
        "vifName",
        "virtualPathMode"
      ],
      "properties": {
        "dhcp": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        },
        "vifName": {
          "type": "string"
        },
        "virtualPathMode": {
          "type": "string",
          "enum": [
            "exclude",
            "primary",
            "secondary"
          ]
        }
      },
      "title": "SiteProfileAccessInterfaces"
    },
    "SiteProfileDefinition": {
      "type": "object",
      "required": [
        "applianceMode",
        "interfaceGroups",
        "model",
        "name",
        "wanLinks"
      ],
      "properties": {
        "applianceMode": {
          "type": "string",
          "enum": [
            "client",
            "primary_mcn",
            "primary_rcn",
            "secondary_mcn",
            "secondary_rcn"
          ]
        },
        "edition": {
          "type": "string",
          "enum": [
            "SE"
          ]
        },
        "interfaceGroups": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteProfileInterfaceGroups"
          }
        },
        "model": {
          "type": "string",
          "enum": [
            "cb1000",
            "cb1100",
            "cb1101",
            "cb111",
            "cb2000",
            "cb210",
            "cb2100",
            "cb400",
            "cb4000",
            "cb410",
            "cb4100",
            "cb5100",
            "cb6100",
            "cbvpx",
            "cbvpxl"
          ]
        },
        "name": {
          "type": "string"
        },
        "subModel": {
          "type": "string",
          "enum": [
            "BASE",
            "LTE"
          ]
        },
        "wanLinks": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteProfileWanLinks"
          }
        },
        "wifiSettings": {
          "$ref": "#/definitions/WifiSettingsDefinition"
        }
      },
      "title": "SiteProfileDefinition"
    },
    "SiteProfileInterfaceGroups": {
      "type": "object",
      "required": [
        "activePorts",
        "bridged",
        "bypassMode",
        "deploymentMode",
        "interfaceName",
        "interfaceType",
        "security"
      ],
      "properties": {
        "activePorts": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "bridgePairs": {
          "type": "array",
          "description": "List of bridge pairs",
          "items": {
            "$ref": "#/definitions/BridgePair"
          }
        },
        "bridged": {
          "type": "boolean"
        },
        "bypassMode": {
          "type": "string",
          "enum": [
            "fail_to_block",
            "fail_to_wire",
            "one_arm"
          ]
        },
        "deploymentMode": {
          "type": "string",
          "description": "Deployment mode",
          "enum": [
            "fail_to_block",
            "fail_to_wire",
            "gateway",
            "one_arm_mode"
          ]
        },
        "interfaceName": {
          "type": "string"
        },
        "interfaceType": {
          "type": "string",
          "description": "Interface type",
          "enum": [
            "Bridge",
            "LAN",
            "One-Arm",
            "WAN"
          ]
        },
        "interfaces": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteProfileInterfaces"
          }
        },
        "security": {
          "type": "string",
          "enum": [
            "trusted",
            "untrusted"
          ]
        }
      },
      "title": "SiteProfileInterfaceGroups"
    },
    "SiteProfileInterfaces": {
      "type": "object",
      "required": [
        "routingDomain",
        "vifName",
        "vlanId"
      ],
      "properties": {
        "dhcp": {
          "type": "boolean",
          "example": false,
          "description": "dhcp, default false"
        },
        "firewallZone": {
          "type": "string"
        },
        "routingDomain": {
          "type": "string"
        },
        "vifName": {
          "type": "string"
        },
        "vlanId": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "SiteProfileInterfaces"
    },
    "SiteProfileWanLinks": {
      "type": "object",
      "required": [
        "accessType",
        "internetCategory",
        "isp",
        "lanToWanRate",
        "linkName",
        "unitLanToWanRate",
        "unitWanToLanRate",
        "wanToLanRate"
      ],
      "properties": {
        "accessInterfaces": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteProfileAccessInterfaces"
          }
        },
        "accessType": {
          "type": "string",
          "enum": [
            "MPLS",
            "Private Intranet",
            "Public Internet"
          ]
        },
        "activeHeartbeatInterval": {
          "type": "integer",
          "format": "int32"
        },
        "autoLearnPublicIpAddress": {
          "type": "boolean"
        },
        "congestionThreshold": {
          "type": "integer",
          "format": "int32"
        },
        "defaultActiveHeartBeatMode": {
          "type": "boolean",
          "description": "use default active heart beat. If not specify interval in second"
        },
        "enableMetering": {
          "type": "boolean"
        },
        "frameCost": {
          "type": "integer",
          "format": "int32"
        },
        "internetCategory": {
          "type": "string",
          "enum": [
            "Cable",
            "Cellular",
            "Copper",
            "Enterprise Fixed Wireless",
            "Fiber",
            "Other Fixed Wireless",
            "T1/T3",
            "broadband",
            "dsl",
            "internet",
            "lte",
            "satellite"
          ]
        },
        "isp": {
          "type": "string"
        },
        "lanToWanRate": {
          "type": "number",
          "format": "float"
        },
        "linkName": {
          "type": "string"
        },
        "meterSetting": {
          "$ref": "#/definitions/MeterSetting"
        },
        "mplsQueues": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MPLSQueues"
          }
        },
        "mtu": {
          "type": "integer",
          "format": "int32"
        },
        "priority": {
          "type": "integer",
          "format": "int32"
        },
        "providerId": {
          "type": "integer",
          "format": "int32"
        },
        "standbyHeartBeatEnabled": {
          "type": "boolean",
          "description": "standby heart beat enabled orn not. If yes specify interval in second"
        },
        "standbyHeartbeatInterval": {
          "type": "integer",
          "format": "int32"
        },
        "standbyMode": {
          "type": "string",
          "enum": [
            "Disabled",
            "Last-Resort",
            "On-Demand"
          ]
        },
        "unitLanToWanRate": {
          "type": "string",
          "enum": [
            "Kbps",
            "Mbps"
          ]
        },
        "unitWanToLanRate": {
          "type": "string",
          "enum": [
            "Kbps",
            "Mbps"
          ]
        },
        "wanLinkProfile": {
          "type": "string"
        },
        "wanToLanRate": {
          "type": "number",
          "format": "float"
        }
      },
      "title": "SiteProfileWanLinks"
    },
    "SiteProfilesConfig": {
      "type": "object",
      "required": [
        "siteProfiles"
      ],
      "properties": {
        "siteProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteProfileDefinition"
          }
        }
      },
      "title": "SiteProfilesConfig"
    },
    "SiteProtectedNetwork": {
      "type": "object",
      "properties": {
        "destNetworkObject": {
          "type": "string"
        },
        "srcNetworkObject": {
          "type": "string"
        }
      },
      "title": "SiteProtectedNetwork"
    },
    "SiteQOEMemberPathStats": {
      "type": "object",
      "properties": {
        "avg_jitter": {
          "type": "string"
        },
        "avg_latency": {
          "type": "string"
        },
        "avg_loss": {
          "type": "string"
        },
        "avg_throughput": {
          "type": "integer",
          "format": "int64"
        },
        "bad_time": {
          "type": "string"
        },
        "good_time": {
          "type": "string"
        },
        "max_jitter": {
          "type": "integer",
          "format": "int64"
        },
        "max_latency": {
          "type": "string"
        },
        "max_loss": {
          "type": "string"
        },
        "max_throughput": {
          "type": "integer",
          "format": "int64"
        },
        "min_jitter": {
          "type": "integer",
          "format": "int64"
        },
        "min_latency": {
          "type": "string"
        },
        "min_loss": {
          "type": "string"
        },
        "min_throughput": {
          "type": "integer",
          "format": "int64"
        },
        "total_member_paths": {
          "type": "string"
        },
        "up_time": {
          "type": "string"
        }
      },
      "title": "SiteQOEMemberPathStats"
    },
    "SiteQOEVirtualPathStats": {
      "type": "object",
      "properties": {
        "avg_jitter": {
          "type": "string"
        },
        "avg_latency": {
          "type": "string"
        },
        "avg_loss": {
          "type": "string"
        },
        "avg_throughput": {
          "type": "integer",
          "format": "int64"
        },
        "bad_time": {
          "type": "string"
        },
        "good_time": {
          "type": "string"
        },
        "max_jitter": {
          "type": "integer",
          "format": "int64"
        },
        "max_latency": {
          "type": "string"
        },
        "max_loss": {
          "type": "string"
        },
        "max_throughput": {
          "type": "integer",
          "format": "int64"
        },
        "min_jitter": {
          "type": "integer",
          "format": "int64"
        },
        "min_latency": {
          "type": "string"
        },
        "min_loss": {
          "type": "string"
        },
        "min_throughput": {
          "type": "integer",
          "format": "int64"
        },
        "total_virtual_paths": {
          "type": "string"
        },
        "up_time": {
          "type": "string"
        }
      },
      "title": "SiteQOEVirtualPathStats"
    },
    "SiteQoePathPayload": {
      "type": "object",
      "properties": {
        "allPathStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteMemberPathStats"
          }
        },
        "memberQoeStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteQOEMemberPathStats"
          }
        },
        "vpQoeStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteQOEVirtualPathStats"
          }
        },
        "vpStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteVirtualPathStats"
          }
        }
      },
      "title": "SiteQoePathPayload"
    },
    "SiteQoePayload": {
      "type": "object",
      "properties": {
        "lanToWan": {
          "$ref": "#/definitions/SiteQoePathPayload"
        },
        "wanToLan": {
          "$ref": "#/definitions/SiteQoePathPayload"
        }
      },
      "title": "SiteQoePayload"
    },
    "SiteQosClassPayLoad": {
      "type": "object",
      "properties": {
        "bandwidth": {
          "type": "string"
        },
        "bandwidthPercent": {
          "type": "string"
        },
        "classId": {
          "type": "string"
        },
        "className": {
          "type": "string"
        },
        "dataVolume": {
          "type": "string"
        },
        "dropPercent": {
          "type": "string"
        },
        "dropVolume": {
          "type": "string"
        },
        "minimumBandwidth": {
          "type": "string"
        },
        "recordedTimestamp": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "trafficType": {
          "type": "string"
        },
        "vpId": {
          "type": "string"
        }
      },
      "title": "SiteQosClassPayLoad"
    },
    "SiteQosTrafficPayLoad": {
      "type": "object",
      "properties": {
        "qosClasses": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteQosClassPayLoad"
          }
        },
        "trafficType": {
          "type": "string"
        }
      },
      "title": "SiteQosTrafficPayLoad"
    },
    "SiteRoutes": {
      "type": "object",
      "required": [
        "cost",
        "exportRoute",
        "gatewayIp",
        "network",
        "routingDomain",
        "serviceType"
      ],
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32",
          "description": "A weight to determine Route Priority"
        },
        "exportRoute": {
          "type": "boolean",
          "description": "Export this route to other connected sites"
        },
        "gatewayIp": {
          "type": "string",
          "description": "IP address of the Gateway"
        },
        "ipGroup": {
          "type": "string",
          "description": "IP Group describing the route's destination"
        },
        "network": {
          "type": "string",
          "description": "Network Address"
        },
        "routingDomain": {
          "type": "string",
          "description": "Routing domain to which the route is applicable"
        },
        "serviceType": {
          "type": "string",
          "description": "Service Type",
          "enum": [
            "discard",
            "local",
            "passthrough"
          ]
        },
        "summaryRoute": {
          "type": "boolean",
          "description": "Advertise this route to connected instead of other summarized routes"
        }
      },
      "title": "SiteRoutes"
    },
    "SiteRoutesConfig": {
      "type": "object",
      "required": [
        "routes"
      ],
      "properties": {
        "routes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteRoutes"
          }
        }
      },
      "title": "SiteRoutesConfig"
    },
    "SiteRoutingPoliciesReq": {
      "type": "object",
      "required": [
        "siteRoutingPolicies"
      ],
      "properties": {
        "siteRoutingPolicies": {
          "$ref": "#/definitions/RoutingPoliciesReq"
        }
      },
      "title": "SiteRoutingPoliciesReq"
    },
    "SiteRoutingPoliciesRes": {
      "type": "object",
      "required": [
        "siteRoutingPolicies"
      ],
      "properties": {
        "siteRoutingPolicies": {
          "$ref": "#/definitions/RoutingPoliciesRes"
        }
      },
      "title": "SiteRoutingPoliciesRes"
    },
    "SiteStats": {
      "type": "object",
      "properties": {
        "availableBandwidthEgress": {
          "type": "string"
        },
        "availableBandwidthIngress": {
          "type": "string"
        },
        "availableBandwidthTotal": {
          "type": "string"
        },
        "bandwidthEgress": {
          "type": "string"
        },
        "bandwidthIngress": {
          "type": "string"
        },
        "bandwidthTotal": {
          "type": "string"
        },
        "bulkBandwidthIngress": {
          "type": "string"
        },
        "bulkPacketsIngress": {
          "type": "string"
        },
        "controlBandwidthIngress": {
          "type": "string"
        },
        "controlPacketsIngress": {
          "type": "string"
        },
        "dataCoverage": {
          "type": "string"
        },
        "dataEgress": {
          "type": "string"
        },
        "dataIngress": {
          "type": "string"
        },
        "dataTotal": {
          "type": "string"
        },
        "interactiveBandwidthIngress": {
          "type": "string"
        },
        "interactivePacketsIngress": {
          "type": "string"
        },
        "packetsEgress": {
          "type": "string"
        },
        "packetsIngress": {
          "type": "string"
        },
        "permittedBandwidthEgress": {
          "type": "string"
        },
        "permittedBandwidthIngress": {
          "type": "string"
        },
        "permittedBandwidthTotal": {
          "type": "string"
        },
        "realtimeBandwidthIngress": {
          "type": "string"
        },
        "realtimePacketsIngress": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        }
      },
      "title": "SiteStats"
    },
    "SiteSummary": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "isHaSupported": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        },
        "serial": {
          "type": "string"
        },
        "serial2": {
          "type": "string"
        }
      },
      "title": "SiteSummary"
    },
    "SiteSummaryResponse": {
      "type": "object",
      "properties": {
        "sites": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteSummary"
          }
        }
      },
      "title": "SiteSummaryResponse"
    },
    "SiteTunnelStatsInfo": {
      "type": "object",
      "properties": {
        "mtu": {
          "type": "integer",
          "format": "int32"
        },
        "packetDropped": {
          "type": "integer",
          "format": "int32"
        },
        "packetReceived": {
          "type": "integer",
          "format": "int32"
        },
        "packetSent": {
          "type": "integer",
          "format": "int32"
        },
        "packetsFragmented": {
          "type": "integer",
          "format": "int32"
        },
        "status": {
          "type": "string"
        },
        "tunnelName": {
          "type": "string"
        }
      },
      "title": "SiteTunnelStatsInfo"
    },
    "SiteUptimePayload": {
      "type": "object",
      "properties": {
        "memberUptimeStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/UptimePayLoad"
          }
        },
        "vpUptimeStats": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/UptimePayLoad"
          }
        }
      },
      "title": "SiteUptimePayload"
    },
    "SiteVRRPConfig": {
      "type": "object",
      "required": [
        "vrrp"
      ],
      "properties": {
        "vrrp": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/VirtualRouterIPDefinition"
          }
        }
      },
      "title": "SiteVRRPConfig"
    },
    "SiteVirtualInterfaces": {
      "type": "object",
      "required": [
        "routingDomain",
        "vifName",
        "vlanId"
      ],
      "properties": {
        "allowDirectedBroadcast": {
          "type": "boolean",
          "example": false,
          "description": "allowDirectedBroadcast, default false"
        },
        "dhcp": {
          "type": "boolean",
          "example": false,
          "description": "dhcp, default false"
        },
        "dhcpv6": {
          "type": "boolean",
          "example": false,
          "description": "dhcpv6, default false"
        },
        "firewallZone": {
          "type": "string"
        },
        "ipAddresses": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/InterfaceIpAddress"
          }
        },
        "ipV6Addresses": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/InterfaceV6IpAddress"
          }
        },
        "isEnabled": {
          "type": "boolean",
          "example": true,
          "description": "isEnabled, default true"
        },
        "isSlaac": {
          "type": "boolean",
          "example": false,
          "description": "isSlaac, default false"
        },
        "pppoe": {
          "$ref": "#/definitions/PPPoEDefinition"
        },
        "pppoeClient": {
          "type": "boolean",
          "description": "is PPOE client"
        },
        "routingDomain": {
          "type": "string"
        },
        "vifName": {
          "type": "string",
          "description": "VIF name"
        },
        "vlanId": {
          "type": "integer",
          "format": "int32",
          "example": 0,
          "description": "vlanId"
        }
      },
      "title": "SiteVirtualInterfaces"
    },
    "SiteVirtualPathStats": {
      "type": "object",
      "properties": {
        "availability_state": {
          "type": "integer",
          "format": "int64"
        },
        "bad_time": {
          "type": "integer",
          "format": "int64"
        },
        "bytes_rcvd": {
          "type": "string"
        },
        "bytes_sent": {
          "type": "string"
        },
        "down_path_count": {
          "type": "integer",
          "format": "int64"
        },
        "good_time": {
          "type": "integer",
          "format": "int64"
        },
        "jitter": {
          "type": "integer",
          "format": "int64"
        },
        "latency": {
          "type": "string"
        },
        "loss": {
          "type": "integer",
          "format": "int64"
        },
        "mean_jitter": {
          "type": "string"
        },
        "packets_received": {
          "type": "string"
        },
        "packets_sent": {
          "type": "string"
        },
        "recorded_timestamp": {
          "type": "string"
        },
        "throughput": {
          "type": "integer",
          "format": "int64"
        },
        "total_path_count": {
          "type": "integer",
          "format": "int64"
        },
        "up_path_count": {
          "type": "integer",
          "format": "int64"
        },
        "vp_id": {
          "type": "string"
        }
      },
      "title": "SiteVirtualPathStats"
    },
    "SitesUsingIntermediateNodeDefinition": {
      "type": "object",
      "properties": {
        "siteName": {
          "type": "string"
        }
      },
      "title": "SitesUsingIntermediateNodeDefinition"
    },
    "Sort": {
      "type": "object",
      "properties": {
        "empty": {
          "type": "boolean"
        },
        "sorted": {
          "type": "boolean"
        },
        "unsorted": {
          "type": "boolean"
        }
      },
      "title": "Sort"
    },
    "SourceNatDefinition": {
      "type": "object",
      "properties": {
        "allowRelated": {
          "type": "boolean"
        },
        "autolearnViaPD": {
          "type": "boolean"
        },
        "bindResponderRoute": {
          "type": "boolean"
        },
        "grePptpPassthrough": {
          "type": "boolean"
        },
        "insideIp": {
          "type": "string"
        },
        "insideZone": {
          "type": "string"
        },
        "ipType": {
          "type": "string"
        },
        "ipsecPassthrough": {
          "type": "boolean"
        },
        "isStatic": {
          "type": "boolean"
        },
        "onReceive": {
          "type": "boolean"
        },
        "outsideIp": {
          "type": "string"
        },
        "outsideZone": {
          "type": "string"
        },
        "portForwarding": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/PortForwardingDefinition"
          }
        },
        "portParity": {
          "type": "boolean"
        },
        "priority": {
          "type": "integer",
          "format": "int32"
        },
        "proxyArp": {
          "type": "boolean"
        },
        "routingDomain": {
          "type": "string"
        },
        "serviceName": {
          "type": "string"
        },
        "serviceType": {
          "type": "string"
        },
        "symmetricNat": {
          "type": "boolean"
        },
        "wanLink": {
          "type": "string"
        }
      },
      "title": "SourceNatDefinition"
    },
    "Ssli": {
      "type": "object",
      "properties": {
        "ssli": {
          "$ref": "#/definitions/Ssli_"
        }
      },
      "title": "Ssli"
    },
    "SsliCert": {
      "type": "object",
      "properties": {
        "privateKey": {
          "type": "string"
        },
        "publicKey": {
          "type": "string"
        }
      },
      "title": "SsliCert"
    },
    "SsliCertDTO": {
      "type": "object",
      "properties": {
        "endDate": {
          "type": "string",
          "format": "date-time"
        },
        "fingerPrint": {
          "type": "string"
        },
        "publicKey": {
          "type": "string"
        },
        "startDate": {
          "type": "string",
          "format": "date-time"
        }
      },
      "title": "SsliCertDTO"
    },
    "SsliInstance": {
      "type": "object",
      "properties": {
        "rules": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SsliRule"
          }
        },
        "securityPolicyName": {
          "type": "string"
        }
      },
      "title": "SsliInstance"
    },
    "SsliMatchCondition": {
      "type": "object",
      "properties": {
        "inverse": {
          "type": "boolean"
        },
        "key": {
          "type": "string",
          "enum": [
            "CertificateIssuer",
            "CertificateSubject",
            "SNIHostName"
          ]
        },
        "value": {
          "type": "string"
        }
      },
      "title": "SsliMatchCondition"
    },
    "SsliRule": {
      "type": "object",
      "properties": {
        "action": {
          "type": "string",
          "enum": [
            "ignore",
            "inspect"
          ]
        },
        "description": {
          "type": "string"
        },
        "enabled": {
          "type": "boolean"
        },
        "matchCondition": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SsliMatchCondition"
          }
        }
      },
      "title": "SsliRule"
    },
    "SsliTrustedCert": {
      "type": "object",
      "properties": {
        "cert": {
          "type": "string"
        },
        "issuedBy": {
          "type": "string"
        },
        "issuedTo": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "validFrom": {
          "type": "string"
        },
        "validTill": {
          "type": "string"
        }
      },
      "title": "SsliTrustedCert"
    },
    "Ssli_": {
      "type": "object",
      "properties": {
        "blockInvalidTraffic": {
          "type": "boolean"
        },
        "clientSSLv2Hello": {
          "type": "boolean"
        },
        "clientSSLv3": {
          "type": "boolean"
        },
        "clientTLSv10": {
          "type": "boolean"
        },
        "clientTLSv11": {
          "type": "boolean"
        },
        "clientTLSv12": {
          "type": "boolean"
        },
        "clientTLSv13": {
          "type": "boolean"
        },
        "instance": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SsliInstance"
          }
        },
        "processEncryptedMailTraffic": {
          "type": "boolean"
        },
        "processEncryptedWebTraffic": {
          "type": "boolean"
        },
        "serverBlindTrust": {
          "type": "boolean"
        },
        "serverSSLv2Hello": {
          "type": "boolean"
        },
        "serverSSLv3": {
          "type": "boolean"
        },
        "serverTLSv10": {
          "type": "boolean"
        },
        "serverTLSv11": {
          "type": "boolean"
        },
        "serverTLSv12": {
          "type": "boolean"
        },
        "serverTLSv13": {
          "type": "boolean"
        },
        "trustedCertificates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SsliTrustedCert"
          }
        }
      },
      "title": "Ssli_"
    },
    "StaticVirtualPaths": {
      "type": "object",
      "properties": {
        "virtualPaths": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/VirtualPath"
          }
        }
      },
      "title": "StaticVirtualPaths"
    },
    "Statistics": {
      "type": "object",
      "properties": {
        "appCategories": {
          "type": "string"
        },
        "apps": {
          "type": "string"
        },
        "sites": {
          "type": "string"
        },
        "sitesUtilization": {
          "type": "string"
        }
      },
      "title": "Statistics"
    },
    "StatisticsPayLoad": {
      "type": "object",
      "properties": {
        "appCategories": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TopAppCategoriesPayload"
          }
        },
        "apps": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TopAppsPayload"
          }
        },
        "sites": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TopSitesPayload"
          }
        },
        "sitesUtilization": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TopSitesUtilizationPayload"
          }
        }
      },
      "title": "StatisticsPayLoad"
    },
    "SubnetNodeDefinition": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "network": {
          "type": "string"
        }
      },
      "title": "SubnetNodeDefinition"
    },
    "TimeBlocks": {
      "type": "object",
      "properties": {
        "allDay": {
          "type": "boolean"
        },
        "duration": {
          "type": "integer",
          "format": "int32"
        },
        "durationVolume": {
          "type": "string"
        },
        "endDate": {
          "type": "string"
        },
        "endTime": {
          "type": "string"
        },
        "frequency": {
          "type": "string"
        },
        "id": {
          "type": "integer",
          "format": "int32"
        },
        "month": {
          "type": "integer",
          "format": "int32"
        },
        "monthday": {
          "type": "integer",
          "format": "int32"
        },
        "noEnd": {
          "type": "boolean"
        },
        "startDate": {
          "type": "string"
        },
        "startTime": {
          "type": "string"
        },
        "week": {
          "type": "integer",
          "format": "int32"
        },
        "weekday": {
          "type": "array",
          "items": {
            "type": "integer",
            "format": "int32"
          }
        }
      },
      "title": "TimeBlocks"
    },
    "TimeSchedules": {
      "type": "object",
      "properties": {
        "scheduleName": {
          "type": "string"
        },
        "timeBlocks": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/TimeBlocks"
          }
        }
      },
      "title": "TimeSchedules"
    },
    "TopAppCategoriesPayload": {
      "type": "object",
      "properties": {
        "application_family": {
          "type": "string"
        },
        "application_family_id": {
          "type": "string"
        },
        "bandwidth": {
          "type": "string"
        },
        "download_bytes": {
          "type": "string"
        },
        "upload_bytes": {
          "type": "string"
        }
      },
      "title": "TopAppCategoriesPayload"
    },
    "TopAppsPayload": {
      "type": "object",
      "properties": {
        "application_long_name": {
          "type": "string"
        },
        "application_short_name": {
          "type": "string"
        },
        "bandwidth": {
          "type": "string"
        },
        "download_bytes": {
          "type": "string"
        },
        "upload_bytes": {
          "type": "string"
        }
      },
      "title": "TopAppsPayload"
    },
    "TopSitesPayload": {
      "type": "object",
      "properties": {
        "customer_id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "traffic": {
          "type": "string"
        }
      },
      "title": "TopSitesPayload"
    },
    "TopSitesUtilizationPayload": {
      "type": "object",
      "properties": {
        "customer_id": {
          "type": "string"
        },
        "site_name": {
          "type": "string"
        },
        "utilization": {
          "type": "string"
        }
      },
      "title": "TopSitesUtilizationPayload"
    },
    "TrafficSteering": {
      "type": "object",
      "required": [
        "cost",
        "deliveryServiceType"
      ],
      "properties": {
        "cost": {
          "type": "integer",
          "format": "int32"
        },
        "deliveryServiceName": {
          "type": "string",
          "description": "Name of the service. Required for "
        },
        "deliveryServiceType": {
          "type": "string",
          "description": "Service type. Local service is not applicable to global policies",
          "enum": [
            "discard",
            "internet",
            "intranet",
            "ipsec_tunnel",
            "lan_gre_tunnel",
            "local",
            "passthrough",
            "virtual_path",
            "zscaler_service"
          ]
        },
        "eligibilityBasedOnGateway": {
          "type": "boolean",
          "description": "If enabled, the Route will not receive traffic when the Gateway is unreachable. Available for lan_gre_tunnel. Default is false"
        },
        "eligibilityBasedOnPath": {
          "type": "array",
          "description": "If enabled, the Route will not receive traffic when the selected Path is down. Available for virtual_path, internet, intranet, lan_gre_tunnel, ipsec_tunnel and zscaler_service",
          "items": {
            "$ref": "#/definitions/EligibilityBasedOnPath"
          }
        },
        "eligibilityBasedOnTunnel": {
          "type": "boolean",
          "description": "If enabled, the Route will not receive traffic when the associated Tunnel is unreachable. Available for intranet, ipsec_tunnel and zscaler_service service type. Default is false"
        }
      },
      "title": "TrafficSteering"
    },
    "TwoStepActivationStatus": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "message": {
          "type": "string"
        }
      },
      "title": "TwoStepActivationStatus"
    },
    "UptimePayLoad": {
      "type": "object",
      "properties": {
        "up_time": {
          "type": "string"
        }
      },
      "title": "UptimePayLoad"
    },
    "UserRoleDto": {
      "type": "object",
      "required": [
        "email"
      ],
      "properties": {
        "ccId": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "excludedScopes": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "uuid"
          }
        },
        "featurePermissions": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/FeaturePermissionDtoGET"
          }
        },
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "productType": {
          "type": "string",
          "enum": [
            "SDWAN",
            "SIA"
          ]
        },
        "roleId": {
          "type": "string",
          "format": "uuid"
        },
        "roleName": {
          "type": "string"
        },
        "scopeId": {
          "type": "string",
          "format": "uuid"
        },
        "scopeName": {
          "type": "string"
        },
        "scopeType": {
          "type": "string",
          "enum": [
            "Brand",
            "Customer",
            "MSP",
            "ROOT"
          ]
        },
        "userId": {
          "type": "string",
          "format": "uuid"
        },
        "validity": {
          "type": "integer",
          "format": "int64"
        }
      },
      "title": "UserRoleDto"
    },
    "UserRoleDtoPUT": {
      "type": "object",
      "required": [
        "email",
        "excludedScopes",
        "roleId"
      ],
      "properties": {
        "email": {
          "type": "string"
        },
        "excludedScopes": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "uuid"
          }
        },
        "productType": {
          "type": "string",
          "enum": [
            "SDWAN",
            "SIA"
          ]
        },
        "roleId": {
          "type": "string",
          "format": "uuid"
        },
        "scopeId": {
          "type": "string",
          "format": "uuid"
        },
        "validity": {
          "type": "integer",
          "format": "int64"
        }
      },
      "title": "UserRoleDtoPUT"
    },
    "VirtualInterfaces": {
      "type": "object",
      "required": [
        "virtualInterfaceAuthenticationType",
        "virtualInterfaceCost",
        "virtualInterfaceDeadInterval",
        "virtualInterfaceHelloInterval",
        "virtualInterfaceName",
        "virtualInterfaceNetworkType",
        "virtualInterfacePassword",
        "virtualInterfaceSourceIp"
      ],
      "properties": {
        "routingDomain": {
          "type": "string",
          "example": "domain1",
          "description": "One of the configured Routing Domains"
        },
        "virtualInterfaceAuthenticationType": {
          "type": "string",
          "example": "None",
          "description": "None, plain_text, and md5 are supported.",
          "enum": [
            "None",
            "md5",
            "plain_text"
          ]
        },
        "virtualInterfaceCost": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "The base cost for routes learned on the interface."
        },
        "virtualInterfaceDeadInterval": {
          "type": "integer",
          "format": "int32",
          "example": 40,
          "description": "The amount of time to wait to receive a Hello protocol packet before marking a router as dead (40 seconds is the default)."
        },
        "virtualInterfaceHelloInterval": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "The amount of time to wait between sending Hello protocol packets to directly connected neighbors (10 seconds is the default)."
        },
        "virtualInterfaceName": {
          "type": "string",
          "example": "vif1",
          "description": "A configured Virtual Interface."
        },
        "virtualInterfaceNetworkType": {
          "type": "string",
          "example": "Auto",
          "description": "Type of network to which the OSPF interface is connected. Auto, PointtoPoint, and BroadCast are supported(Auto is the default). If Auto is selected then, Network type will be detected as PointtoPoint when prefix lenght is 30 or 31.",
          "enum": [
            "Auto",
            "BroadCast",
            "PointtoPoint"
          ]
        },
        "virtualInterfacePassword": {
          "type": "string",
          "description": "Virtual Interface Password"
        },
        "virtualInterfaceSourceIp": {
          "type": "string",
          "example": "10.10.10.1",
          "description": "The IP address used to send OSPF messages for this interface."
        }
      },
      "title": "VirtualInterfaces"
    },
    "VirtualPath": {
      "type": "object",
      "properties": {
        "ecmpGroup": {
          "type": "string"
        },
        "forwardTrackingIP": {
          "type": "string"
        },
        "memberPaths": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MemberPath"
          }
        },
        "qosProfile": {
          "type": "string"
        },
        "remoteSite": {
          "type": "string"
        },
        "reverseTrackingIP": {
          "type": "string"
        },
        "routeCost": {
          "type": "integer",
          "format": "int32"
        },
        "wanLinks": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WanLink"
          }
        }
      },
      "title": "VirtualPath"
    },
    "VirtualPathIPSecSettings": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "encapsulationType": {
          "type": "string"
        },
        "encryptionMode": {
          "type": "string"
        },
        "hashAlgorithm": {
          "type": "string"
        },
        "lifetime": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "VirtualPathIPSecSettings"
    },
    "VirtualPathIPSecSettingsConfig": {
      "type": "object",
      "required": [
        "virtualPathIpsecSettings"
      ],
      "properties": {
        "virtualPathIpsecSettings": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/VirtualPathIPSecSettings"
          }
        }
      },
      "title": "VirtualPathIPSecSettingsConfig"
    },
    "VirtualPathTrafficPolicy": {
      "type": "object",
      "required": [
        "virtualPathRemoteSite"
      ],
      "properties": {
        "persistencePolicy": {
          "type": "string",
          "description": "Required when 'trafficPolicy' is 'persistent_paths'"
        },
        "trafficPolicy": {
          "type": "string",
          "enum": [
            "duplicate_paths",
            "load_balance_paths",
            "persistent_path"
          ]
        },
        "virtualPathRemoteSite": {
          "type": "string",
          "description": "Remote site name or 'any'"
        }
      },
      "title": "VirtualPathTrafficPolicy"
    },
    "VirtualRouterIP": {
      "type": "object",
      "properties": {
        "routerIp": {
          "type": "string"
        },
        "virtualInterface": {
          "type": "string"
        },
        "virtualIpAddress": {
          "type": "string"
        }
      },
      "title": "VirtualRouterIP"
    },
    "VirtualRouterIPDefinition": {
      "type": "object",
      "properties": {
        "advertisementInterval": {
          "type": "integer",
          "format": "int32"
        },
        "authText": {
          "type": "string"
        },
        "authType": {
          "type": "string"
        },
        "groupId": {
          "type": "integer",
          "format": "int32"
        },
        "priority": {
          "type": "integer",
          "format": "int32"
        },
        "reclaim": {
          "type": "boolean"
        },
        "useChecksum": {
          "type": "boolean"
        },
        "version": {
          "type": "string"
        },
        "virtualRouterIps": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/VirtualRouterIP"
          }
        }
      },
      "title": "VirtualRouterIPDefinition"
    },
    "VirusBlocker": {
      "type": "object",
      "properties": {
        "virusBlocker": {
          "$ref": "#/definitions/VirusBlocker_"
        }
      },
      "title": "VirusBlocker"
    },
    "VirusBlockerInstance": {
      "type": "object",
      "properties": {
        "bypassUrls": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/BypassUrl"
          }
        },
        "customBlockPageUrl": {
          "type": "string"
        },
        "defaultBlockPage": {
          "type": "boolean"
        },
        "fileExtensions": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/FileExtension"
          }
        },
        "httpMimeTypes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/HttpMimeType"
          }
        },
        "inspectFtp": {
          "type": "boolean"
        },
        "inspectHttp": {
          "type": "boolean"
        },
        "inspectSMTP": {
          "type": "boolean"
        },
        "securityPolicyName": {
          "type": "string"
        },
        "smtpAction": {
          "type": "string",
          "enum": [
            "block",
            "pass",
            "remove"
          ]
        }
      },
      "title": "VirusBlockerInstance"
    },
    "VirusBlocker_": {
      "type": "object",
      "properties": {
        "instance": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/VirusBlockerInstance"
          }
        }
      },
      "title": "VirusBlocker_"
    },
    "VlanDefinition": {
      "type": "object",
      "required": [
        "id",
        "name"
      ],
      "properties": {
        "id": {
          "type": "integer",
          "format": "int32",
          "description": "VLAN id"
        },
        "isDhcp": {
          "type": "boolean"
        },
        "name": {
          "type": "string",
          "description": "VLAN name"
        },
        "securityZone": {
          "type": "string",
          "description": "Security Zone"
        }
      },
      "title": "VlanDefinition"
    },
    "VpStats": {
      "type": "object",
      "properties": {
        "availabilityState": {
          "type": "string"
        },
        "badTime": {
          "type": "string"
        },
        "bandwidthEgress": {
          "type": "string"
        },
        "bandwidthIngress": {
          "type": "string"
        },
        "bulkBandwidth": {
          "type": "string"
        },
        "bulkBytes": {
          "type": "string"
        },
        "bulkPackets": {
          "type": "string"
        },
        "bytesReceived": {
          "type": "string"
        },
        "bytesReceivedIngress": {
          "type": "string"
        },
        "bytesSent": {
          "type": "string"
        },
        "controlBandwidth": {
          "type": "string"
        },
        "controlBytes": {
          "type": "string"
        },
        "controlPackets": {
          "type": "string"
        },
        "downPathCount": {
          "type": "string"
        },
        "goodTime": {
          "type": "string"
        },
        "interactiveBandwidth": {
          "type": "string"
        },
        "interactiveBytes": {
          "type": "string"
        },
        "interactivePackets": {
          "type": "string"
        },
        "jitter": {
          "type": "string"
        },
        "latency": {
          "type": "string"
        },
        "loss": {
          "type": "string"
        },
        "meanJitter": {
          "type": "string"
        },
        "packetsReceived": {
          "type": "string"
        },
        "packetsSent": {
          "type": "string"
        },
        "realtimeBandwidth": {
          "type": "string"
        },
        "realtimeBytes": {
          "type": "string"
        },
        "realtimePackets": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "throughput": {
          "type": "string"
        },
        "toSiteName": {
          "type": "string"
        },
        "totalPathCount": {
          "type": "string"
        },
        "upPathCount": {
          "type": "string"
        },
        "vpId": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "VpStats"
    },
    "WANLinkConfig": {
      "type": "object",
      "required": [
        "wanLinks"
      ],
      "properties": {
        "wanLinks": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WanLinkDetails"
          }
        }
      },
      "title": "WANLinkConfig"
    },
    "WanLInkAutoBandwidthProvisioningSetting": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "minMaxRatio": {
          "type": "integer",
          "format": "int32"
        },
        "minReservedBandwidthkbps": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "WanLInkAutoBandwidthProvisioningSetting"
    },
    "WanLink": {
      "type": "object",
      "required": [
        "name",
        "type"
      ],
      "properties": {
        "activeMtuDetect": {
          "type": "boolean"
        },
        "alternatePort": {
          "type": "integer",
          "format": "int32"
        },
        "alternatePortV6": {
          "type": "integer",
          "format": "int32"
        },
        "enableUdpHolePunching": {
          "type": "boolean"
        },
        "enableUdpHolePunchingV6": {
          "type": "boolean"
        },
        "name": {
          "type": "string",
          "description": "Name"
        },
        "portSwitchInterval": {
          "type": "integer",
          "format": "int32"
        },
        "portSwitchIntervalV6": {
          "type": "integer",
          "format": "int32"
        },
        "tunnelHeaderSize": {
          "type": "integer",
          "format": "int32"
        },
        "type": {
          "type": "string",
          "description": "Type",
          "enum": [
            "fromWanLink",
            "toWanLink"
          ]
        },
        "udpPort": {
          "type": "integer",
          "format": "int32"
        },
        "udpPortV6": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "WanLink"
    },
    "WanLinkAccessInterfaces": {
      "type": "object",
      "required": [
        "gatewayIpAddress",
        "ipAddress",
        "name",
        "vifName",
        "virtualPathMode",
        "vlanId"
      ],
      "properties": {
        "dhcp": {
          "type": "boolean"
        },
        "dhcpv6": {
          "type": "boolean"
        },
        "enableDefaultInternet": {
          "type": "boolean"
        },
        "enableProxyArp": {
          "type": "boolean"
        },
        "gatewayIpAddress": {
          "type": "string",
          "description": "gateway IP address"
        },
        "gatewayMacBinding": {
          "type": "boolean"
        },
        "ipAddress": {
          "type": "string",
          "description": "IP Address"
        },
        "isSlaac": {
          "type": "boolean"
        },
        "isv6": {
          "type": "boolean"
        },
        "name": {
          "type": "string",
          "description": "name"
        },
        "vifName": {
          "type": "string",
          "description": "VIF name"
        },
        "virtualPathMode": {
          "type": "string",
          "description": "Virtual Path mode",
          "enum": [
            "exclude",
            "primary",
            "secondary"
          ]
        },
        "vlanId": {
          "type": "integer",
          "format": "int32",
          "description": "vlan id"
        }
      },
      "title": "WanLinkAccessInterfaces"
    },
    "WanLinkDetails": {
      "type": "object",
      "required": [
        "accessInterfaces",
        "accessType",
        "lanToWanRate",
        "linkName",
        "standbyMode",
        "unitLanToWanRate",
        "unitWanToLanRate",
        "wanToLanRate"
      ],
      "properties": {
        "accessInterfaces": {
          "type": "array",
          "description": "Access interface",
          "items": {
            "$ref": "#/definitions/WanLinkAccessInterfaces"
          }
        },
        "accessType": {
          "type": "string",
          "description": "access type",
          "enum": [
            "MPLS",
            "Private Intranet",
            "Public Internet"
          ]
        },
        "activeHeartbeatInterval": {
          "type": "integer",
          "format": "int32",
          "description": "active heart beat interval values in second",
          "enum": [
            1,
            10,
            2,
            3,
            4,
            5,
            6,
            7,
            8,
            9
          ]
        },
        "adaptiveBandwidthDetectionEnabled": {
          "type": "boolean"
        },
        "autoBandwidthProvisioningSetting": {
          "$ref": "#/definitions/WanLInkAutoBandwidthProvisioningSetting"
        },
        "autoLearnPublicIpAddress": {
          "type": "boolean"
        },
        "congestionThreshold": {
          "type": "integer",
          "format": "int32",
          "description": "congestion thresold value in micro seconds"
        },
        "defaultActiveHeartBeatMode": {
          "type": "boolean",
          "description": "use default active heart beat. If not specify interval in second"
        },
        "eligibility": {
          "$ref": "#/definitions/WanLinkEligibility"
        },
        "enableMetering": {
          "type": "boolean"
        },
        "frameCost": {
          "type": "integer",
          "format": "int32",
          "description": "frame cost in bytes"
        },
        "internetCategory": {
          "type": "string",
          "description": "public internet category",
          "enum": [
            "broadband",
            "dsl",
            "internet",
            "lte",
            "satellite"
          ]
        },
        "isp": {
          "type": "string",
          "description": "name of ISP"
        },
        "lanToWanAutoLearn": {
          "type": "boolean"
        },
        "lanToWanPermittedRate": {
          "type": "integer",
          "format": "int32"
        },
        "lanToWanRate": {
          "type": "number",
          "format": "float",
          "description": "in Mbps or Kbps"
        },
        "lanToWanSetPermittedFromPhysicalRate": {
          "type": "boolean"
        },
        "linkName": {
          "type": "string",
          "description": "Link name"
        },
        "meterSetting": {
          "$ref": "#/definitions/MeterSetting"
        },
        "minimumAcceptableBandwidth": {
          "type": "integer",
          "format": "int32"
        },
        "mplsQueues": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MPLSQueues"
          }
        },
        "mtu": {
          "type": "integer",
          "format": "int32",
          "description": "mtu in bytes"
        },
        "priority": {
          "type": "integer",
          "format": "int32",
          "description": "priority",
          "enum": [
            1,
            2,
            3
          ]
        },
        "providerId": {
          "type": "integer",
          "format": "int32"
        },
        "publicIpAddress": {
          "type": "string"
        },
        "publicIpAddressV6": {
          "type": "string"
        },
        "serviceBandwidthAllocations": {
          "description": "bandwidth allocation for different services for the WAN Link",
          "$ref": "#/definitions/WanLinkServiceAllocations"
        },
        "standbyHeartBeatEnabled": {
          "type": "boolean",
          "description": "standby heart beat enabled orn not. If yes specify interval in second"
        },
        "standbyHeartbeatInterval": {
          "type": "integer",
          "format": "int32",
          "description": "standby heart beat interval values in second",
          "enum": [
            1,
            10,
            2,
            3,
            4,
            5,
            6,
            7,
            8,
            9
          ]
        },
        "standbyMode": {
          "type": "string",
          "description": "standby Mode",
          "enum": [
            "Disable",
            "Last-Resort",
            "On-Demand"
          ]
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "trackingIpAddress": {
          "type": "string"
        },
        "unitLanToWanRate": {
          "type": "string",
          "description": "Mbps or Kbps"
        },
        "unitWanToLanRate": {
          "type": "string",
          "description": "Mbps or Kbps"
        },
        "wanLinkProfile": {
          "type": "string",
          "description": "name WAN Link profile used"
        },
        "wanToLanAutoLearn": {
          "type": "boolean"
        },
        "wanToLanPermittedRate": {
          "type": "integer",
          "format": "int32"
        },
        "wanToLanRate": {
          "type": "number",
          "format": "float",
          "description": "in Mbps or Kbps"
        },
        "wanToLanSetPermittedFromPhysicalRate": {
          "type": "boolean"
        }
      },
      "title": "WanLinkDetails"
    },
    "WanLinkEligibility": {
      "type": "object",
      "properties": {
        "lanToWanBulk": {
          "type": "boolean"
        },
        "lanToWanInteractive": {
          "type": "boolean"
        },
        "lanToWanRealtime": {
          "type": "boolean"
        },
        "wanToLanBulk": {
          "type": "boolean"
        },
        "wanToLanInteractive": {
          "type": "boolean"
        },
        "wanToLanRealtime": {
          "type": "boolean"
        }
      },
      "title": "WanLinkEligibility"
    },
    "WanLinkName": {
      "type": "object",
      "required": [
        "wanlinkName"
      ],
      "properties": {
        "wanlinkName": {
          "type": "string",
          "description": "The Name Schema"
        }
      },
      "title": "WanLinkName"
    },
    "WanLinkServiceAllocations": {
      "type": "object",
      "required": [
        "allocationType",
        "serviceAllocations"
      ],
      "properties": {
        "allocationType": {
          "type": "string",
          "description": "allocationType",
          "enum": [
            "link_specific",
            "network_default"
          ]
        },
        "serviceAllocations": {
          "type": "array",
          "description": "bandwidth allocation by service",
          "items": {
            "$ref": "#/definitions/ServiceAllocation"
          }
        }
      },
      "title": "WanLinkServiceAllocations"
    },
    "WanLinkStats": {
      "type": "object",
      "properties": {
        "availableBandwidthEgress": {
          "type": "string"
        },
        "availableBandwidthIngress": {
          "type": "string"
        },
        "availableBandwidthTotal": {
          "type": "string"
        },
        "bandwidthEgress": {
          "type": "string"
        },
        "bandwidthIngress": {
          "type": "string"
        },
        "bowtLatencyEgress": {
          "type": "string"
        },
        "bulkBandwidthIngress": {
          "type": "string"
        },
        "congestion": {
          "type": "string"
        },
        "controlBandwidthIngress": {
          "type": "string"
        },
        "controlPacketsIngress": {
          "type": "string"
        },
        "dataCoverage": {
          "type": "string"
        },
        "dropPercentageEgress": {
          "type": "string"
        },
        "dropPercentageIngress": {
          "type": "string"
        },
        "interactiveBandwidthIngress": {
          "type": "string"
        },
        "maxBandwidthIngress": {
          "type": "string"
        },
        "minBandwidthIngress": {
          "type": "string"
        },
        "packetsDroppedEgress": {
          "type": "string"
        },
        "packetsDroppedIngress": {
          "type": "string"
        },
        "packetsEgress": {
          "type": "string"
        },
        "packetsIngress": {
          "type": "string"
        },
        "permittedBandwidthEgress": {
          "type": "string"
        },
        "permittedBandwidthIngress": {
          "type": "string"
        },
        "permittedBandwidthTotal": {
          "type": "string"
        },
        "realtimeBandwidthIngress": {
          "type": "string"
        },
        "realtimePacketsIngress": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "wanLinkId": {
          "type": "integer",
          "format": "int32"
        },
        "wanLinkName": {
          "type": "string"
        }
      },
      "title": "WanLinkStats"
    },
    "WanLinks": {
      "type": "object",
      "required": [
        "links",
        "siteName"
      ],
      "properties": {
        "links": {
          "type": "array",
          "description": "The Wan Link List Schema",
          "items": {
            "$ref": "#/definitions/WanLinkName"
          }
        },
        "siteName": {
          "type": "string",
          "description": "The Site Name Schema"
        }
      },
      "title": "WanLinks"
    },
    "WanLinksDefinition": {
      "type": "object",
      "properties": {
        "alternatePort": {
          "type": "integer",
          "format": "int32"
        },
        "alternatePortV6": {
          "type": "integer",
          "format": "int32"
        },
        "defaultChecked": {
          "type": "boolean"
        },
        "id": {
          "type": "integer",
          "format": "int32"
        },
        "interval": {
          "type": "integer",
          "format": "int32"
        },
        "intervalV6": {
          "type": "integer",
          "format": "int32"
        },
        "lanToWankbpsThreshold": {
          "type": "integer",
          "format": "int32",
          "example": 85,
          "description": "LAN to WAN kbps threshold kbps"
        },
        "lanToWanppsThreshold": {
          "type": "integer",
          "format": "int32",
          "example": 185,
          "description": "LAN to WAN pps threshold kbps"
        },
        "name": {
          "type": "string"
        },
        "udpPort": {
          "type": "integer",
          "format": "int32"
        },
        "udpPortV6": {
          "type": "integer",
          "format": "int32"
        },
        "wanToLankbpsThreshold": {
          "type": "integer",
          "format": "int32",
          "example": 85,
          "description": "WAN to LAN kbps threshold kbps"
        },
        "wanToLanppsThreshold": {
          "type": "integer",
          "format": "int32",
          "example": 185,
          "description": "WAN to LAN pps threshold kbps"
        }
      },
      "title": "WanLinksDefinition"
    },
    "WanOptApplicationClassifierProperties": {
      "type": "object",
      "required": [
        "classifierType",
        "deletable",
        "description",
        "groupName",
        "modified",
        "name",
        "port"
      ],
      "properties": {
        "classifierType": {
          "type": "string",
          "example": "tcp",
          "description": "Classifier Type for the Application Classifier"
        },
        "deletable": {
          "type": "boolean",
          "example": true,
          "description": "Flag to indicate if the application classifier is editable or not"
        },
        "description": {
          "type": "string",
          "example": "Echo Protocol",
          "description": "Description for the Application Classifier"
        },
        "groupName": {
          "type": "string",
          "example": "servers",
          "description": "Group Name for the Application Classifier"
        },
        "modified": {
          "type": "boolean",
          "example": true,
          "description": "Flag to indicate if the application classifier is modified or not"
        },
        "name": {
          "type": "string",
          "example": "Echo",
          "description": "Name for the Application Classifier"
        },
        "port": {
          "type": "string",
          "example": 1500,
          "description": "Port for the Application Classifier"
        }
      },
      "title": "WanOptApplicationClassifierProperties"
    },
    "WanOptApplicationClassifierReq": {
      "type": "object",
      "properties": {
        "wanOptApplicationClassifier": {
          "type": "array",
          "description": "Wan Optimization Application Classifiers",
          "items": {
            "$ref": "#/definitions/WanOptApplicationClassifierProperties"
          }
        },
        "wanOptFeaturesProperties": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WanOptApplicationClassifierProperties"
          }
        }
      },
      "title": "WanOptApplicationClassifierReq"
    },
    "WanOptApplicationClassifierRes": {
      "type": "object",
      "properties": {
        "wanOptApplicationClassifier": {
          "type": "array",
          "description": "Wan Optimization Application Classifiers",
          "items": {
            "$ref": "#/definitions/WanOptApplicationClassifierProperties"
          }
        }
      },
      "title": "WanOptApplicationClassifierRes"
    },
    "WanOptApplicationGroup": {
      "type": "object",
      "required": [
        "wanOptApplicationGroup"
      ],
      "properties": {
        "wanOptApplicationGroup": {
          "type": "array",
          "description": "Wan Optimization Application Group",
          "items": {
            "$ref": "#/definitions/WanOptApplicationGroupProperties"
          }
        }
      },
      "title": "WanOptApplicationGroup"
    },
    "WanOptApplicationGroupProperties": {
      "type": "object",
      "required": [
        "name",
        "wanOptApplications"
      ],
      "properties": {
        "name": {
          "type": "string",
          "example": "Echo",
          "description": "Name for the Wan Optimization Application Group"
        },
        "wanOptApplications": {
          "type": "array",
          "description": "Wan Optimization Application Group",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "WanOptApplicationGroupProperties"
    },
    "WanOptApplicationRuleProperties": {
      "type": "object",
      "required": [
        "accelerationPolicy",
        "applicationGroup",
        "enableAppFlowReporting",
        "enabled",
        "excludeFromSslTunnel",
        "name",
        "orderNumber"
      ],
      "properties": {
        "accelerationPolicy": {
          "type": "string",
          "example": "disk",
          "description": "Acceleration Policy for this rule"
        },
        "applicationGroup": {
          "type": "array",
          "example": "Echo",
          "description": "Name for the Wan Optimization Application Group for this rule",
          "items": {
            "$ref": "#/definitions/WanOptFilterRuleProperties"
          }
        },
        "enableAppFlowReporting": {
          "type": "boolean",
          "example": true,
          "description": "App Flow Reporting for this rule enabled"
        },
        "enabled": {
          "type": "boolean",
          "example": true,
          "description": "Is this rule enabled"
        },
        "excludeFromSslTunnel": {
          "type": "boolean",
          "example": true,
          "description": "Exclude this rule from SSL Tunnel"
        },
        "name": {
          "type": "string",
          "example": "SC1",
          "description": "Name of this rule"
        },
        "orderNumber": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "Order of this rule"
        }
      },
      "title": "WanOptApplicationRuleProperties"
    },
    "WanOptApplicationRules": {
      "type": "object",
      "required": [
        "wanOptApplicationRules"
      ],
      "properties": {
        "wanOptApplicationRules": {
          "type": "array",
          "description": "Wan Optimization Application Rules",
          "items": {
            "$ref": "#/definitions/WanOptApplicationRuleProperties"
          }
        }
      },
      "title": "WanOptApplicationRules"
    },
    "WanOptFeatures": {
      "type": "object",
      "required": [
        "wanOptFeatures"
      ],
      "properties": {
        "wanOptFeatures": {
          "description": "Wan Optimization Features",
          "$ref": "#/definitions/WanOptFeaturesProperties"
        }
      },
      "title": "WanOptFeatures"
    },
    "WanOptFeaturesProperties": {
      "type": "object",
      "properties": {
        "hdxQoSPriorities": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable hhdxQoSPriorities"
        },
        "icaMultiStream": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable icaMultiStream"
        },
        "mapiCrossProtocolOptimization": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable mapiCrossProtocolOptimization"
        },
        "nativeMapi": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable nativeMapi"
        },
        "rpcOverHttp": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable rpcOverHttp"
        },
        "scps": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable scps"
        },
        "smb1": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable smb1"
        },
        "smb2": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable smb2"
        },
        "smb3": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable smb3, smb2 must be enabled"
        },
        "sslOptimization": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable sslOptimization"
        },
        "userDataStoreEncryption": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable userDataStoreEncryption"
        },
        "wanOptimization": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable wanOptimization"
        }
      },
      "title": "WanOptFeaturesProperties"
    },
    "WanOptFilterRuleProperties": {
      "type": "object",
      "required": [
        "destinationIpAddress",
        "direction",
        "name",
        "sourceIpAddress"
      ],
      "properties": {
        "destinationIpAddress": {
          "type": "array",
          "description": "Destination IP Address List",
          "items": {
            "$ref": "#/definitions/IpAddressProperties"
          }
        },
        "direction": {
          "type": "string",
          "example": "bidirectional",
          "description": "Direction for this rule"
        },
        "name": {
          "type": "string",
          "example": "Group 1",
          "description": "Name of the Application Group"
        },
        "sourceIpAddress": {
          "type": "array",
          "description": "Source IP Address List",
          "items": {
            "$ref": "#/definitions/IpAddressProperties"
          }
        }
      },
      "title": "WanOptFilterRuleProperties"
    },
    "WanOptTuning": {
      "type": "object",
      "required": [
        "wanOptTuning"
      ],
      "properties": {
        "wanOptTuning": {
          "description": "Wan Optimization Tuning",
          "$ref": "#/definitions/WanOptTuningProperties"
        }
      },
      "title": "WanOptTuning"
    },
    "WanOptTuningProperties": {
      "type": "object",
      "required": [
        "defaultMss",
        "enableConnectionTimeout",
        "maxMss"
      ],
      "properties": {
        "defaultMss": {
          "type": "integer",
          "format": "int32",
          "example": 1350,
          "description": "Default MSS Value for Wan Optimization VM"
        },
        "enableConnectionTimeout": {
          "type": "boolean",
          "example": true,
          "description": "Flag to enable/disable Connection Timeout for Wan Optimization VM"
        },
        "idleTimeout": {
          "type": "integer",
          "format": "int32",
          "example": 2000,
          "description": "The Idle Connection Timeout for Wan Optimization VM"
        },
        "maxMss": {
          "type": "integer",
          "format": "int32",
          "example": 1350,
          "description": "Maximum MSS Value for Wan Optimization VM"
        }
      },
      "title": "WanOptTuningProperties"
    },
    "WanProfiles": {
      "type": "object",
      "required": [
        "accessType",
        "lanToWanRate",
        "name",
        "standbyMode",
        "unitLanToWanRate",
        "unitWanToLanRate",
        "wanToLanRate"
      ],
      "properties": {
        "accessType": {
          "type": "string",
          "description": "access type",
          "enum": [
            "MPLS",
            "Private Intranet",
            "Public Internet"
          ]
        },
        "activeHeartbeatInterval": {
          "type": "integer",
          "format": "int32",
          "description": "active heart beat interval values in second",
          "enum": [
            1,
            10,
            2,
            3,
            4,
            5,
            6,
            7,
            8,
            9
          ]
        },
        "autoLearnPublicIpAddress": {
          "type": "boolean"
        },
        "congestionThreshold": {
          "type": "integer",
          "format": "int32",
          "description": "congestion thresold value in micro seconds"
        },
        "defaultActiveHeartBeatMode": {
          "type": "boolean",
          "description": "use default active heart beat. If not specify interval in second"
        },
        "enableMetering": {
          "type": "boolean"
        },
        "frameCost": {
          "type": "integer",
          "format": "int32",
          "description": "frame cost in bytes"
        },
        "internetCategory": {
          "type": "string",
          "description": "public internet category",
          "enum": [
            "Cable",
            "Cellular",
            "Copper",
            "Enterprise Fixed Wireless",
            "Fiber",
            "Other Fixed Wireless",
            "T1/T3",
            "broadband",
            "dsl",
            "internet",
            "lte",
            "satellite"
          ]
        },
        "isp": {
          "type": "string",
          "description": "name of ISP"
        },
        "lanToWanRate": {
          "type": "number",
          "format": "float",
          "description": "in Mbps or Kbps"
        },
        "meterSetting": {
          "$ref": "#/definitions/MeterSetting"
        },
        "mplsQueues": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/MPLSQueues"
          }
        },
        "mtu": {
          "type": "integer",
          "format": "int32",
          "description": "mtu in bytes"
        },
        "name": {
          "type": "string"
        },
        "priority": {
          "type": "integer",
          "format": "int32",
          "description": "priority",
          "enum": [
            1,
            2,
            3
          ]
        },
        "providerId": {
          "type": "integer",
          "format": "int32"
        },
        "standbyHeartBeatEnabled": {
          "type": "boolean",
          "description": "standby heart beat enabled orn not. If yes specify interval in second"
        },
        "standbyHeartbeatInterval": {
          "type": "integer",
          "format": "int32",
          "description": "standby heart beat interval values in second",
          "enum": [
            1,
            10,
            2,
            3,
            4,
            5,
            6,
            7,
            8,
            9
          ]
        },
        "standbyMode": {
          "type": "string",
          "description": "standby Mode",
          "enum": [
            "Disabled",
            "Last-Resort",
            "On-Demand"
          ]
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "unitLanToWanRate": {
          "type": "string",
          "description": "Mbps or Kbps"
        },
        "unitWanToLanRate": {
          "type": "string",
          "description": "Mbps or Kbps"
        },
        "wanToLanRate": {
          "type": "number",
          "format": "float",
          "description": "in Mbps or Kbps"
        }
      },
      "title": "WanProfiles"
    },
    "WanProfilesConfig": {
      "type": "object",
      "required": [
        "wanLinkProfiles"
      ],
      "properties": {
        "wanLinkProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WanProfiles"
          }
        }
      },
      "title": "WanProfilesConfig"
    },
    "WanToLan": {
      "type": "object",
      "properties": {
        "dscpTag": {
          "type": "string",
          "description": "The DSCP tag that will be applied to packets that match this rule on WAN to LAN, before they are sent to the LAN",
          "enum": [
            "af11",
            "af12",
            "af13",
            "af21",
            "af22",
            "af23",
            "af31",
            "af32",
            "af33",
            "af41",
            "af42",
            "af43",
            "any",
            "cs1",
            "cs2",
            "cs3",
            "cs4",
            "cs5",
            "cs6",
            "cs7",
            "default",
            "ef"
          ]
        },
        "packetResequencing": {
          "$ref": "#/definitions/PacketResequencing"
        }
      },
      "title": "WanToLan"
    },
    "WanlinktagBinding": {
      "type": "object",
      "properties": {
        "siteProtectedNetworks": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteProtectedNetwork"
          }
        },
        "tagName": {
          "type": "string"
        }
      },
      "title": "WanlinktagBinding"
    },
    "WebFilter": {
      "type": "object",
      "properties": {
        "webFilter": {
          "$ref": "#/definitions/WebFilter_"
        }
      },
      "title": "WebFilter"
    },
    "WebFilter_": {
      "type": "object",
      "properties": {
        "instance": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/Instance"
          }
        }
      },
      "title": "WebFilter_"
    },
    "WifiMacAddressList": {
      "type": "object",
      "required": [
        "alias",
        "macAddress"
      ],
      "properties": {
        "alias": {
          "type": "string",
          "example": "ipad",
          "description": "Alias Name"
        },
        "macAddress": {
          "type": "string",
          "example": "aa:bb:cc:dd:ee:ff",
          "description": "MAC Address"
        }
      },
      "title": "WifiMacAddressList"
    },
    "WifiProfiles": {
      "type": "object",
      "properties": {
        "wifiProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WifiProfilesDefinition"
          }
        }
      },
      "title": "WifiProfiles"
    },
    "WifiProfilesDefinition": {
      "type": "object",
      "properties": {
        "profileName": {
          "type": "string"
        },
        "radio": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WifiRadio"
          }
        },
        "siteNames": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ssid": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WifiSSID"
          }
        }
      },
      "title": "WifiProfilesDefinition"
    },
    "WifiRadio": {
      "type": "object",
      "required": [
        "channel",
        "channelWidth",
        "country",
        "frequencyBand",
        "id",
        "protocol"
      ],
      "properties": {
        "channel": {
          "type": "integer",
          "format": "int32",
          "example": 0,
          "description": "Radio Channel"
        },
        "channelWidth": {
          "type": "integer",
          "format": "int32",
          "example": 20,
          "description": "Radio Channel Width"
        },
        "country": {
          "type": "string",
          "example": "US",
          "description": "Radio Country"
        },
        "frequencyBand": {
          "type": "string",
          "example": "2.4GHz",
          "description": "Radio frequency"
        },
        "id": {
          "type": "integer",
          "format": "int32",
          "example": 0,
          "description": "Radio ID"
        },
        "protocol": {
          "type": "string",
          "example": "802.11n",
          "description": "Radio protocol"
        }
      },
      "title": "WifiRadio"
    },
    "WifiSSID": {
      "type": "object",
      "required": [
        "id",
        "macAddressAllowList",
        "macAddressDenyList",
        "macAddressListType",
        "name",
        "nativeVlanID",
        "password",
        "profileName",
        "radiusProfile",
        "securityMode",
        "type"
      ],
      "properties": {
        "clientIsolation": {
          "type": "boolean"
        },
        "id": {
          "type": "integer",
          "format": "int32",
          "example": 1,
          "description": "SSID ID"
        },
        "macAddressAllowList": {
          "type": "array",
          "description": "MAC Address Allow List",
          "items": {
            "$ref": "#/definitions/WifiMacAddressList"
          }
        },
        "macAddressDenyList": {
          "type": "array",
          "description": "MAC Address Deny List",
          "items": {
            "$ref": "#/definitions/WifiMacAddressList"
          }
        },
        "macAddressListType": {
          "type": "string",
          "example": "allowed",
          "description": "MAC Address List Type"
        },
        "name": {
          "type": "string",
          "example": "SSID1",
          "description": "SSID Name"
        },
        "nativeVlanID": {
          "type": "integer",
          "format": "int32",
          "example": 0,
          "description": "SSID Native Vlan Id"
        },
        "password": {
          "type": "string",
          "example": "password",
          "description": "SSID Password"
        },
        "profileName": {
          "type": "string",
          "example": "Profile1",
          "description": "SSID Profile Name"
        },
        "radiusProfile": {
          "type": "array",
          "example": [
            "PR1"
          ],
          "description": "SSID Radius Profiles",
          "items": {
            "type": "string"
          }
        },
        "securityMode": {
          "type": "string",
          "example": "wpa2_personal",
          "description": "SSID Security Mode"
        },
        "ssidBroadcast": {
          "type": "boolean"
        },
        "type": {
          "type": "string",
          "example": "home",
          "description": "SSID Type"
        }
      },
      "title": "WifiSSID"
    },
    "WifiSettings": {
      "type": "object",
      "properties": {
        "wifiSettings": {
          "$ref": "#/definitions/WifiSettingsDefinition"
        }
      },
      "title": "WifiSettings"
    },
    "WifiSettingsDefinition": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean"
        },
        "radio": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WifiRadio"
          }
        },
        "ssid": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/WifiSSID"
          }
        }
      },
      "title": "WifiSettingsDefinition"
    },
    "Wired802Settings": {
      "type": "object",
      "properties": {
        "activeRadiusProfile": {
          "type": "string",
          "description": "Active Radius Profile"
        },
        "authVlanId": {
          "type": "integer",
          "format": "int32",
          "description": "Auth Vlan Id"
        },
        "backupRadiusProfile": {
          "type": "string",
          "description": "Backup Radius Profile"
        },
        "macAddressBypassList": {
          "type": "array",
          "description": "Mac Address bypass List",
          "items": {
            "type": "string"
          }
        },
        "unauthVlanId": {
          "type": "integer",
          "format": "int32",
          "description": "UnAuth Vlan Id"
        }
      },
      "title": "Wired802Settings"
    },
    "ZscalerAuthErrorResponse": {
      "type": "object",
      "properties": {
        "code": {
          "type": "integer",
          "format": "int32"
        },
        "message": {
          "type": "string"
        }
      },
      "title": "ZscalerAuthErrorResponse"
    },
    "ZscalerAuthPayload": {
      "type": "object",
      "properties": {
        "apiKey": {
          "type": "string"
        },
        "cloudName": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "username": {
          "type": "string"
        }
      },
      "title": "ZscalerAuthPayload"
    },
    "ZscalerAuthResponse": {
      "type": "object",
      "properties": {
        "apiKey": {
          "type": "string"
        },
        "cloudName": {
          "type": "string"
        },
        "customerId": {
          "type": "string"
        },
        "password": {
          "type": "string"
        },
        "username": {
          "type": "string"
        },
        "zscalerPops": {
          "type": "object",
          "additionalProperties": {
            "type": "array",
            "items": {
              "$ref": "#/definitions/ZscalerZENNodes"
            }
          }
        }
      },
      "title": "ZscalerAuthResponse"
    },
    "ZscalerMap": {
      "type": "object",
      "properties": {
        "zscalerMap": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ZscalerMapPayload"
          }
        }
      },
      "title": "ZscalerMap"
    },
    "ZscalerMapPayload": {
      "type": "object",
      "properties": {
        "cloudNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "siteNodes": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/ZscalerSiteNode"
          }
        }
      },
      "title": "ZscalerMapPayload"
    },
    "ZscalerSiteMapResponse": {
      "type": "object",
      "properties": {
        "cloudNodes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "fqdn": {
          "type": "string"
        },
        "localIp": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "primaryVpnIp": {
          "type": "string"
        },
        "psk": {
          "type": "string"
        },
        "saasSiteId": {
          "type": "string"
        },
        "secondaryVpnIP": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "wanLinkName": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "zscalerTunnelProfileInfo": {
          "$ref": "#/definitions/IPsecProfileInfo"
        },
        "zscalerTunnelStatsInfo": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/SiteTunnelStatsInfo"
          }
        }
      },
      "title": "ZscalerSiteMapResponse"
    },
    "ZscalerSiteNode": {
      "type": "object",
      "properties": {
        "siteName": {
          "type": "string"
        }
      },
      "title": "ZscalerSiteNode"
    },
    "ZscalerZENNodes": {
      "type": "object",
      "properties": {
        "vpnDomain": {
          "type": "string"
        },
        "vpnIP": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "vpnName": {
          "type": "string"
        }
      },
      "title": "ZscalerZENNodes"
    },
    "appQoeProfilesInteractive": {
      "type": "object",
      "properties": {
        "expectedBurstRate": {
          "type": "integer",
          "format": "int32"
        },
        "packetLossPerFlow": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "appQoeProfilesInteractive"
    },
    "appQoeProfilesRealTime": {
      "type": "object",
      "properties": {
        "jitter": {
          "type": "integer",
          "format": "int32"
        },
        "oneWayLatency": {
          "type": "integer",
          "format": "int32"
        },
        "packetLoss": {
          "type": "integer",
          "format": "int32"
        }
      },
      "title": "appQoeProfilesRealTime"
    },
    "appQoeSettings": {
      "type": "object",
      "properties": {
        "qoeConfigurations": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QoeConfigurations"
          }
        },
        "qoeProfiles": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/QoeProfiles"
          }
        }
      },
      "title": "appQoeSettings"
    },
    "exportFilterTemplates": {
      "type": "object",
      "required": [
        "exportFilters",
        "name"
      ],
      "properties": {
        "exportFilters": {
          "type": "array",
          "description": "Network administrators can configure up to 32 Route Export Filters to narrow the selection of routes to export for advertisement to neighboring routers. Export filters can only be applied on static routes and routes learnt over Virtual Path and are not applied on routes learnt via Dynamic Routing protocols(OSPF/BGP).",
          "items": {
            "$ref": "#/definitions/ExportFilters"
          }
        },
        "name": {
          "type": "string",
          "example": "filterTemplate1",
          "description": "Template Name"
        },
        "siteTags": {
          "type": "array",
          "description": "List of Sites to apply this template",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "exportFilterTemplates"
    },
    "exportFilterTemplatesConfig": {
      "type": "object",
      "properties": {
        "exportFilterTemplates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/exportFilterTemplates"
          }
        }
      },
      "title": "exportFilterTemplatesConfig"
    },
    "importFilterTemplates": {
      "type": "object",
      "required": [
        "importFilters",
        "name"
      ],
      "properties": {
        "importFilters": {
          "type": "array",
          "description": "Network administrators can configure Filters to fine tune how route learning takes place. It can only be applied on dynamically learnt routes advertised by neighbouring routers. Import filters are not applied on routes learnt over Virtual Path.",
          "items": {
            "$ref": "#/definitions/importFilters"
          }
        },
        "name": {
          "type": "string",
          "example": "filterTemplate1",
          "description": "Template Name"
        },
        "siteTags": {
          "type": "array",
          "description": "List of Sites to apply this template",
          "items": {
            "type": "string"
          }
        }
      },
      "title": "importFilterTemplates"
    },
    "importFilterTemplatesConfig": {
      "type": "object",
      "properties": {
        "importFilterTemplates": {
          "type": "array",
          "items": {
            "$ref": "#/definitions/importFilterTemplates"
          }
        }
      },
      "title": "importFilterTemplatesConfig"
    },
    "importFilters": {
      "type": "object",
      "required": [
        "include",
        "orderId",
        "protocol"
      ],
      "properties": {
        "applianceExport": {
          "type": "boolean",
          "description": "If the Export Route to Citrix SD-WAN Appliances function is not enabled, the Citrix SD-WAN Appliance will not communicate route data to Citrix SD-WAN Appliances at other Sites. This functionality is enabled by default and only applies for the following Service Types: Local, and GRE Tunnel."
        },
        "costType": {
          "type": "string",
          "example": "eq",
          "description": "The method (predicate) and route cost",
          "enum": [
            "eq",
            "ge",
            "gt",
            "le",
            "lt"
          ]
        },
        "costValue": {
          "type": "integer",
          "format": "int32",
          "example": 10,
          "description": "Cost that are used to narrow the selection of routes"
        },
        "destinationIp": {
          "type": "string",
          "example": "20.20.20.0/24",
          "description": "The IP Address and Netmask that describe the route's destination."
        },
        "enabled": {
          "type": "boolean",
          "description": "A filter that is not Enabled has no effect. Default value is true."
        },
        "gatewayEligibility": {
          "type": "boolean",
          "description": "If a Gateway is unreachable, this feature will ensure that traffic is not sent to matching routes."
        },
        "include": {
          "type": "boolean",
          "description": "If you do not Include routes that match a filter, those routes are ignored."
        },
        "netObject": {
          "type": "string",
          "example": "ipGroup1",
          "description": "Network Object describing the route's destination"
        },
        "nextHop": {
          "type": "string",
          "example": "100.1.1.5",
          "description": "The IP address of the Next Hop."
        },
        "orderId": {
          "type": "integer",
          "format": "int32",
          "example": 100,
          "description": "The Order in which filters are applied. Once a filter is applied, the Order is automatically sorted."
        },
        "path": {
          "type": "string",
          "description": "Path from which to determine Route eligibility."
        },
        "pathEligibility": {
          "type": "boolean",
          "description": "If a Gateway is unreachable, this feature will ensure that traffic is not sent to matching routes.."
        },
        "prefixType": {
          "type": "string",
          "description": "The method (predicate) and prefix length.",
          "enum": [
            "eq",
            "ge",
            "gt",
            "le",
            "lt"
          ]
        },
        "prefixValue": {
          "type": "integer",
          "format": "int32",
          "example": 24,
          "description": "Prefix Value to filter the routes"
        },
        "protocol": {
          "type": "string",
          "description": "The protocol to learn routes from (Any, OSPF, or BGP).",
          "enum": [
            "Any",
            "BGP",
            "OSPF"
          ]
        },
        "routeTag": {
          "type": "string",
          "example": 12345,
          "description": "The 32-bit value attached to routes for redistribution."
        },
        "routesASPathLength": {
          "type": "integer",
          "format": "int32",
          "example": 24,
          "description": "The value used to match the AS Path length of BGP routes."
        },
        "routesASPathLengthMatchType": {
          "type": "string",
          "description": "The method used to match the AS Path length.",
          "enum": [
            "eq",
            "ge",
            "gt",
            "le",
            "lt"
          ]
        },
        "routingDomain": {
          "type": "string",
          "example": "domain1",
          "description": "A configured routing domain or Any to include results from all Routing Domains."
        },
        "sdwanCost": {
          "type": "integer",
          "format": "int32",
          "example": 6,
          "description": "The cost will be applied to the matched routes when importing into Citrix SD-WAN Appliance route table(the default is 6)."
        },
        "serviceName": {
          "type": "string",
          "example": "intranet-network",
          "description": "The name of the service that matching routes will use."
        },
        "serviceType": {
          "type": "string",
          "example": "local",
          "description": "A configured Service Type from all of the existing, supported Citrix SD-WAN Services.",
          "enum": [
            "gretunnel",
            "internet",
            "intranet",
            "local",
            "passthrough"
          ]
        },
        "sourceRouter": {
          "type": "string",
          "example": "100.1.1.1",
          "description": "The IP address of the Source Router."
        },
        "useOspfRouteCost": {
          "type": "boolean",
          "description": "Enable this option for OSPF routes to prevent overriding OSPF cost with Citrix SDWAN cost."
        }
      },
      "title": "importFilters"
    },
    "siteAppQoeGraphClass": {
      "type": "object",
      "properties": {
        "applicationId": {
          "type": "string"
        },
        "applicationLongName": {
          "type": "string"
        },
        "applicationShortName": {
          "type": "string"
        },
        "customerId": {
          "type": "string"
        },
        "jitter": {
          "type": "string"
        },
        "latency": {
          "type": "string"
        },
        "loss": {
          "type": "string"
        },
        "qoe": {
          "type": "string"
        },
        "recordedTimestamp": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "vpId": {
          "type": "string"
        }
      },
      "title": "siteAppQoeGraphClass"
    },
    "siteAppQoeTableClass": {
      "type": "object",
      "properties": {
        "applicationId": {
          "type": "string"
        },
        "applicationLongName": {
          "type": "string"
        },
        "applicationShortName": {
          "type": "string"
        },
        "avgJitter": {
          "type": "string"
        },
        "avgLatency": {
          "type": "string"
        },
        "avgLoss": {
          "type": "string"
        },
        "avgQoe": {
          "type": "string"
        },
        "customerId": {
          "type": "string"
        },
        "maxJitter": {
          "type": "string"
        },
        "maxLatency": {
          "type": "string"
        },
        "maxLoss": {
          "type": "string"
        },
        "maxQoe": {
          "type": "string"
        },
        "minJitter": {
          "type": "string"
        },
        "minLatency": {
          "type": "string"
        },
        "minLoss": {
          "type": "string"
        },
        "minQoe": {
          "type": "string"
        },
        "siteId": {
          "type": "string"
        },
        "siteName": {
          "type": "string"
        },
        "vpId": {
          "type": "string"
        }
      },
      "title": "siteAppQoeTableClass"
    }
  }
}