{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/v1/{}/v4network/{pathv2}{pathv3}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getV4Network",
        "description": "The parameters and request body are for method: getV4Network. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "address": {
                      "type": "string"
                    },
                    "maskLength": {
                      "type": "number"
                    },
                    "email": {
                      "type": "string"
                    },
                    "warningPercent": {
                      "type": "number"
                    },
                    "warningType": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "dnsServer": {
                      "type": "string"
                    },
                    "cidr": {
                      "type": "string"
                    },
                    "optionalAttributeList": {
                      "type": "object",
                      "properties": {
                        "udas": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "groups": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "udas": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "optionalAddrRangeList": {
                      "type": "object",
                      "properties": {
                        "addrRange": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "startAddress": {
                                "type": "string"
                              },
                              "endAddress": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "address": "string",
                  "maskLength": 4,
                  "email": "string",
                  "warningPercent": 9,
                  "warningType": "string",
                  "name": "string",
                  "dnsServer": "string",
                  "cidr": "string",
                  "optionalAttributeList": {
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  },
                  "optionalAddrRangeList": {
                    "addrRange": [
                      {
                        "startAddress": "string",
                        "endAddress": "string"
                      },
                      {
                        "startAddress": "string",
                        "endAddress": "string"
                      },
                      {
                        "startAddress": "string",
                        "endAddress": "string"
                      },
                      {
                        "startAddress": "string",
                        "endAddress": "string"
                      },
                      {
                        "startAddress": "string",
                        "endAddress": "string"
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v4network/{pathv2}": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteV4Network",
        "description": "The parameters and request body are for method: deleteV4Network. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v4network": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "addV4Network",
        "description": "The parameters and request body are for method: addV4Network. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v4network{pathv2}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "searchV4Network",
        "description": "The parameters and request body are for method: searchV4Network. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "address": {
                        "type": "string"
                      },
                      "maskLength": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "warningPercent": {
                        "type": "number"
                      },
                      "warningType": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "dnsServer": {
                        "type": "string"
                      },
                      "cidr": {
                        "type": "string"
                      },
                      "optionalAttributeList": {
                        "type": "object",
                        "properties": {
                          "udas": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "groups": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "udas": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "name": {
                                        "type": "string"
                                      },
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "optionalAddrRangeList": {
                        "type": "object",
                        "properties": {
                          "addrRange": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "startAddress": {
                                  "type": "string"
                                },
                                "endAddress": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "address": "string",
                    "maskLength": 5,
                    "email": "string",
                    "warningPercent": 6,
                    "warningType": "string",
                    "name": "string",
                    "dnsServer": "string",
                    "cidr": "string",
                    "optionalAttributeList": {
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ],
                      "groups": [
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        }
                      ]
                    },
                    "optionalAddrRangeList": {
                      "addrRange": [
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        }
                      ]
                    }
                  },
                  {
                    "address": "string",
                    "maskLength": 4,
                    "email": "string",
                    "warningPercent": 10,
                    "warningType": "string",
                    "name": "string",
                    "dnsServer": "string",
                    "cidr": "string",
                    "optionalAttributeList": {
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ],
                      "groups": [
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        }
                      ]
                    },
                    "optionalAddrRangeList": {
                      "addrRange": [
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        }
                      ]
                    }
                  },
                  {
                    "address": "string",
                    "maskLength": 4,
                    "email": "string",
                    "warningPercent": 3,
                    "warningType": "string",
                    "name": "string",
                    "dnsServer": "string",
                    "cidr": "string",
                    "optionalAttributeList": {
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ],
                      "groups": [
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        }
                      ]
                    },
                    "optionalAddrRangeList": {
                      "addrRange": [
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        }
                      ]
                    }
                  },
                  {
                    "address": "string",
                    "maskLength": 9,
                    "email": "string",
                    "warningPercent": 1,
                    "warningType": "string",
                    "name": "string",
                    "dnsServer": "string",
                    "cidr": "string",
                    "optionalAttributeList": {
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ],
                      "groups": [
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        }
                      ]
                    },
                    "optionalAddrRangeList": {
                      "addrRange": [
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        },
                        {
                          "startAddress": "string",
                          "endAddress": "string"
                        }
                      ]
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6subnet/{pathv2}/{pathv3}{pathv4}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getV6SubnetByAddress",
        "description": "The parameters and request body are for method: getV6SubnetByAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "address": {
                      "type": "string"
                    },
                    "prefixLength": {
                      "type": "number"
                    },
                    "domain": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "type": {
                      "type": "string"
                    },
                    "poolName": {
                      "type": "string"
                    },
                    "blockName": {
                      "type": "string"
                    },
                    "standPrimDHCPServer": {
                      "type": "string"
                    },
                    "failoverSecondDHCPServer": {
                      "type": "string"
                    },
                    "optTemplate": {
                      "type": "string"
                    },
                    "algorithmType": {
                      "type": "string"
                    },
                    "rangePrefixLength": {
                      "type": "number"
                    },
                    "addressSelection": {
                      "type": "string"
                    },
                    "dhcpParams": {
                      "type": "object",
                      "properties": {
                        "informationRefreshTime": {
                          "type": "string"
                        },
                        "preferredLifeTime": {
                          "type": "string"
                        },
                        "rebindingTime": {
                          "type": "string"
                        },
                        "renewalTime": {
                          "type": "string"
                        },
                        "validLifeTime": {
                          "type": "string"
                        },
                        "bcmcsServerAddressList": {
                          "type": "string"
                        },
                        "bcmcsServerDomainNameList": {
                          "type": "string"
                        },
                        "dnsRecursiveNameServer": {
                          "type": "string"
                        },
                        "domainSearchList": {
                          "type": "string"
                        },
                        "nisServers": {
                          "type": "string"
                        },
                        "nispDomainName": {
                          "type": "string"
                        },
                        "panaAuthenticationAgents": {
                          "type": "string"
                        },
                        "posixTimeZone": {
                          "type": "string"
                        },
                        "sipServersDomainNameList": {
                          "type": "string"
                        },
                        "sipServersIpv6AddressList": {
                          "type": "string"
                        },
                        "sntpServers": {
                          "type": "string"
                        },
                        "tzdbTimeZone": {
                          "type": "string"
                        },
                        "vendorOptions": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "address": "string",
                  "prefixLength": 2,
                  "domain": {
                    "name": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  "type": "STATEFULL",
                  "poolName": "string",
                  "blockName": "string",
                  "standPrimDHCPServer": "string",
                  "failoverSecondDHCPServer": "string",
                  "optTemplate": "string",
                  "algorithmType": "BEST_FIT_FROM_START",
                  "rangePrefixLength": 7,
                  "addressSelection": "NEXT_AVAILABLE",
                  "dhcpParams": {
                    "informationRefreshTime": "string",
                    "preferredLifeTime": "string",
                    "rebindingTime": "string",
                    "renewalTime": "string",
                    "validLifeTime": "string",
                    "bcmcsServerAddressList": "string",
                    "bcmcsServerDomainNameList": "string",
                    "dnsRecursiveNameServer": "string",
                    "domainSearchList": "string",
                    "nisServers": "string",
                    "nispDomainName": "string",
                    "panaAuthenticationAgents": "string",
                    "posixTimeZone": "string",
                    "sipServersDomainNameList": "string",
                    "sipServersIpv6AddressList": "string",
                    "sntpServers": "string",
                    "tzdbTimeZone": "string",
                    "vendorOptions": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6subnet/{pathv2}/{pathv3}": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteV6SubnetByAddress",
        "description": "The parameters and request body are for method: deleteV6SubnetByAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6subnet/{pathv2}/{pathv3}/v6addresses{pathv4}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getV6AddressInV6SubnetByAddress",
        "description": "The parameters and request body are for method: getV6AddressInV6SubnetByAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "hostName": {
                        "type": "string"
                      },
                      "domainName": {
                        "type": "string"
                      },
                      "fqdn": {
                        "type": "string"
                      },
                      "rangeAddress": {
                        "type": "string"
                      },
                      "address": {
                        "type": "string"
                      },
                      "newAddress": {
                        "type": "string"
                      },
                      "iaid": {
                        "type": "string"
                      },
                      "addressType": {
                        "type": "string"
                      },
                      "range": {
                        "type": "string"
                      },
                      "subnet": {
                        "type": "string"
                      },
                      "publishA": {
                        "type": "string"
                      },
                      "publishPTR": {
                        "type": "string"
                      },
                      "ttl": {
                        "type": "number"
                      },
                      "nodeName": {
                        "type": "string"
                      },
                      "classType": {
                        "type": "string"
                      },
                      "uniqueId": {
                        "type": "string"
                      },
                      "duid": {
                        "type": "string"
                      },
                      "useMACAddress": {
                        "type": "boolean"
                      },
                      "macAddress": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "hostName": "string",
                    "domainName": "string",
                    "fqdn": "string",
                    "rangeAddress": "string",
                    "address": "string",
                    "newAddress": "string",
                    "iaid": "string",
                    "addressType": "STATIC",
                    "range": "string",
                    "subnet": "string",
                    "publishA": "ALWAYS",
                    "publishPTR": "ALWAYS",
                    "ttl": 10,
                    "nodeName": "string",
                    "classType": "string",
                    "uniqueId": "string",
                    "duid": "string",
                    "useMACAddress": false,
                    "macAddress": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6subnet/{pathv2}/{pathv3}/ranges{pathv4}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getListRangeInV6SubnetByAddress",
        "description": "The parameters and request body are for method: getListRangeInV6SubnetByAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "hostName": {
                        "type": "string"
                      },
                      "domainName": {
                        "type": "string"
                      },
                      "fqdn": {
                        "type": "string"
                      },
                      "rangeAddress": {
                        "type": "string"
                      },
                      "address": {
                        "type": "string"
                      },
                      "newAddress": {
                        "type": "string"
                      },
                      "iaid": {
                        "type": "string"
                      },
                      "addressType": {
                        "type": "string"
                      },
                      "range": {
                        "type": "string"
                      },
                      "subnet": {
                        "type": "string"
                      },
                      "publishA": {
                        "type": "string"
                      },
                      "publishPTR": {
                        "type": "string"
                      },
                      "ttl": {
                        "type": "number"
                      },
                      "nodeName": {
                        "type": "string"
                      },
                      "classType": {
                        "type": "string"
                      },
                      "uniqueId": {
                        "type": "string"
                      },
                      "duid": {
                        "type": "string"
                      },
                      "useMACAddress": {
                        "type": "boolean"
                      },
                      "macAddress": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "hostName": "string",
                    "domainName": "string",
                    "fqdn": "string",
                    "rangeAddress": "string",
                    "address": "string",
                    "newAddress": "string",
                    "iaid": "string",
                    "addressType": "STATIC",
                    "range": "string",
                    "subnet": "string",
                    "publishA": "ALWAYS",
                    "publishPTR": "ALWAYS",
                    "ttl": 4,
                    "nodeName": "string",
                    "classType": "string",
                    "uniqueId": "string",
                    "duid": "string",
                    "useMACAddress": false,
                    "macAddress": "string"
                  },
                  {
                    "hostName": "string",
                    "domainName": "string",
                    "fqdn": "string",
                    "rangeAddress": "string",
                    "address": "string",
                    "newAddress": "string",
                    "iaid": "string",
                    "addressType": "STATIC",
                    "range": "string",
                    "subnet": "string",
                    "publishA": "ALWAYS",
                    "publishPTR": "ALWAYS",
                    "ttl": 9,
                    "nodeName": "string",
                    "classType": "string",
                    "uniqueId": "string",
                    "duid": "string",
                    "useMACAddress": true,
                    "macAddress": "string"
                  },
                  {
                    "hostName": "string",
                    "domainName": "string",
                    "fqdn": "string",
                    "rangeAddress": "string",
                    "address": "string",
                    "newAddress": "string",
                    "iaid": "string",
                    "addressType": "STATIC",
                    "range": "string",
                    "subnet": "string",
                    "publishA": "ALWAYS",
                    "publishPTR": "ALWAYS",
                    "ttl": 5,
                    "nodeName": "string",
                    "classType": "string",
                    "uniqueId": "string",
                    "duid": "string",
                    "useMACAddress": true,
                    "macAddress": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6subnet/{pathv2}{pathv3}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getV6SubnetByName",
        "description": "The parameters and request body are for method: getV6SubnetByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "address": {
                      "type": "string"
                    },
                    "prefixLength": {
                      "type": "number"
                    },
                    "domain": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "type": {
                      "type": "string"
                    },
                    "poolName": {
                      "type": "string"
                    },
                    "blockName": {
                      "type": "string"
                    },
                    "standPrimDHCPServer": {
                      "type": "string"
                    },
                    "failoverSecondDHCPServer": {
                      "type": "string"
                    },
                    "optTemplate": {
                      "type": "string"
                    },
                    "algorithmType": {
                      "type": "string"
                    },
                    "rangePrefixLength": {
                      "type": "number"
                    },
                    "addressSelection": {
                      "type": "string"
                    },
                    "dhcpParams": {
                      "type": "object",
                      "properties": {
                        "informationRefreshTime": {
                          "type": "string"
                        },
                        "preferredLifeTime": {
                          "type": "string"
                        },
                        "rebindingTime": {
                          "type": "string"
                        },
                        "renewalTime": {
                          "type": "string"
                        },
                        "validLifeTime": {
                          "type": "string"
                        },
                        "bcmcsServerAddressList": {
                          "type": "string"
                        },
                        "bcmcsServerDomainNameList": {
                          "type": "string"
                        },
                        "dnsRecursiveNameServer": {
                          "type": "string"
                        },
                        "domainSearchList": {
                          "type": "string"
                        },
                        "nisServers": {
                          "type": "string"
                        },
                        "nispDomainName": {
                          "type": "string"
                        },
                        "panaAuthenticationAgents": {
                          "type": "string"
                        },
                        "posixTimeZone": {
                          "type": "string"
                        },
                        "sipServersDomainNameList": {
                          "type": "string"
                        },
                        "sipServersIpv6AddressList": {
                          "type": "string"
                        },
                        "sntpServers": {
                          "type": "string"
                        },
                        "tzdbTimeZone": {
                          "type": "string"
                        },
                        "vendorOptions": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "address": "string",
                  "prefixLength": 3,
                  "domain": {
                    "name": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  "type": "STATEFULL",
                  "poolName": "string",
                  "blockName": "string",
                  "standPrimDHCPServer": "string",
                  "failoverSecondDHCPServer": "string",
                  "optTemplate": "string",
                  "algorithmType": "BEST_FIT_FROM_START",
                  "rangePrefixLength": 7,
                  "addressSelection": "NEXT_AVAILABLE",
                  "dhcpParams": {
                    "informationRefreshTime": "string",
                    "preferredLifeTime": "string",
                    "rebindingTime": "string",
                    "renewalTime": "string",
                    "validLifeTime": "string",
                    "bcmcsServerAddressList": "string",
                    "bcmcsServerDomainNameList": "string",
                    "dnsRecursiveNameServer": "string",
                    "domainSearchList": "string",
                    "nisServers": "string",
                    "nispDomainName": "string",
                    "panaAuthenticationAgents": "string",
                    "posixTimeZone": "string",
                    "sipServersDomainNameList": "string",
                    "sipServersIpv6AddressList": "string",
                    "sntpServers": "string",
                    "tzdbTimeZone": "string",
                    "vendorOptions": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6subnet/{pathv2}": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteV6SubnetByName",
        "description": "The parameters and request body are for method: deleteV6SubnetByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6subnet": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "addV6Subnet",
        "description": "The parameters and request body are for method: addV6Subnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "updateV6Subnet",
        "description": "The parameters and request body are for method: updateV6Subnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6subnet{pathv2}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "searchV6Subnet",
        "description": "The parameters and request body are for method: searchV6Subnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "address": {
                        "type": "string"
                      },
                      "prefixLength": {
                        "type": "number"
                      },
                      "domain": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "type": {
                        "type": "string"
                      },
                      "poolName": {
                        "type": "string"
                      },
                      "blockName": {
                        "type": "string"
                      },
                      "standPrimDHCPServer": {
                        "type": "string"
                      },
                      "failoverSecondDHCPServer": {
                        "type": "string"
                      },
                      "optTemplate": {
                        "type": "string"
                      },
                      "algorithmType": {
                        "type": "string"
                      },
                      "rangePrefixLength": {
                        "type": "number"
                      },
                      "addressSelection": {
                        "type": "string"
                      },
                      "dhcpParams": {
                        "type": "object",
                        "properties": {
                          "informationRefreshTime": {
                            "type": "string"
                          },
                          "preferredLifeTime": {
                            "type": "string"
                          },
                          "rebindingTime": {
                            "type": "string"
                          },
                          "renewalTime": {
                            "type": "string"
                          },
                          "validLifeTime": {
                            "type": "string"
                          },
                          "bcmcsServerAddressList": {
                            "type": "string"
                          },
                          "bcmcsServerDomainNameList": {
                            "type": "string"
                          },
                          "dnsRecursiveNameServer": {
                            "type": "string"
                          },
                          "domainSearchList": {
                            "type": "string"
                          },
                          "nisServers": {
                            "type": "string"
                          },
                          "nispDomainName": {
                            "type": "string"
                          },
                          "panaAuthenticationAgents": {
                            "type": "string"
                          },
                          "posixTimeZone": {
                            "type": "string"
                          },
                          "sipServersDomainNameList": {
                            "type": "string"
                          },
                          "sipServersIpv6AddressList": {
                            "type": "string"
                          },
                          "sntpServers": {
                            "type": "string"
                          },
                          "tzdbTimeZone": {
                            "type": "string"
                          },
                          "vendorOptions": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "address": "string",
                    "prefixLength": 4,
                    "domain": {
                      "name": [
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "type": "STATEFULL",
                    "poolName": "string",
                    "blockName": "string",
                    "standPrimDHCPServer": "string",
                    "failoverSecondDHCPServer": "string",
                    "optTemplate": "string",
                    "algorithmType": "BEST_FIT_FROM_START",
                    "rangePrefixLength": 2,
                    "addressSelection": "NEXT_AVAILABLE",
                    "dhcpParams": {
                      "informationRefreshTime": "string",
                      "preferredLifeTime": "string",
                      "rebindingTime": "string",
                      "renewalTime": "string",
                      "validLifeTime": "string",
                      "bcmcsServerAddressList": "string",
                      "bcmcsServerDomainNameList": "string",
                      "dnsRecursiveNameServer": "string",
                      "domainSearchList": "string",
                      "nisServers": "string",
                      "nispDomainName": "string",
                      "panaAuthenticationAgents": "string",
                      "posixTimeZone": "string",
                      "sipServersDomainNameList": "string",
                      "sipServersIpv6AddressList": "string",
                      "sntpServers": "string",
                      "tzdbTimeZone": "string",
                      "vendorOptions": "string"
                    }
                  },
                  {
                    "name": "string",
                    "address": "string",
                    "prefixLength": 9,
                    "domain": {
                      "name": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "type": "STATEFULL",
                    "poolName": "string",
                    "blockName": "string",
                    "standPrimDHCPServer": "string",
                    "failoverSecondDHCPServer": "string",
                    "optTemplate": "string",
                    "algorithmType": "BEST_FIT_FROM_START",
                    "rangePrefixLength": 6,
                    "addressSelection": "NEXT_AVAILABLE",
                    "dhcpParams": {
                      "informationRefreshTime": "string",
                      "preferredLifeTime": "string",
                      "rebindingTime": "string",
                      "renewalTime": "string",
                      "validLifeTime": "string",
                      "bcmcsServerAddressList": "string",
                      "bcmcsServerDomainNameList": "string",
                      "dnsRecursiveNameServer": "string",
                      "domainSearchList": "string",
                      "nisServers": "string",
                      "nispDomainName": "string",
                      "panaAuthenticationAgents": "string",
                      "posixTimeZone": "string",
                      "sipServersDomainNameList": "string",
                      "sipServersIpv6AddressList": "string",
                      "sntpServers": "string",
                      "tzdbTimeZone": "string",
                      "vendorOptions": "string"
                    }
                  },
                  {
                    "name": "string",
                    "address": "string",
                    "prefixLength": 9,
                    "domain": {
                      "name": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "type": "STATEFULL",
                    "poolName": "string",
                    "blockName": "string",
                    "standPrimDHCPServer": "string",
                    "failoverSecondDHCPServer": "string",
                    "optTemplate": "string",
                    "algorithmType": "BEST_FIT_FROM_START",
                    "rangePrefixLength": 8,
                    "addressSelection": "NEXT_AVAILABLE",
                    "dhcpParams": {
                      "informationRefreshTime": "string",
                      "preferredLifeTime": "string",
                      "rebindingTime": "string",
                      "renewalTime": "string",
                      "validLifeTime": "string",
                      "bcmcsServerAddressList": "string",
                      "bcmcsServerDomainNameList": "string",
                      "dnsRecursiveNameServer": "string",
                      "domainSearchList": "string",
                      "nisServers": "string",
                      "nispDomainName": "string",
                      "panaAuthenticationAgents": "string",
                      "posixTimeZone": "string",
                      "sipServersDomainNameList": "string",
                      "sipServersIpv6AddressList": "string",
                      "sntpServers": "string",
                      "tzdbTimeZone": "string",
                      "vendorOptions": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6address": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "addV6Address",
        "description": "The parameters and request body are for method: addV6Address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "updateV6Address",
        "description": "The parameters and request body are for method: updateV6Address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6address/{pathv2}/": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteV6Address",
        "description": "The parameters and request body are for method: deleteV6Address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6address/{pathv2}{pathv3}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getV6Address",
        "description": "The parameters and request body are for method: getV6Address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "hostName": {
                      "type": "string"
                    },
                    "domainName": {
                      "type": "string"
                    },
                    "fqdn": {
                      "type": "string"
                    },
                    "rangeAddress": {
                      "type": "string"
                    },
                    "address": {
                      "type": "string"
                    },
                    "newAddress": {
                      "type": "string"
                    },
                    "iaid": {
                      "type": "string"
                    },
                    "addressType": {
                      "type": "string"
                    },
                    "range": {
                      "type": "string"
                    },
                    "subnet": {
                      "type": "string"
                    },
                    "publishA": {
                      "type": "string"
                    },
                    "publishPTR": {
                      "type": "string"
                    },
                    "ttl": {
                      "type": "number"
                    },
                    "nodeName": {
                      "type": "string"
                    },
                    "classType": {
                      "type": "string"
                    },
                    "uniqueId": {
                      "type": "string"
                    },
                    "duid": {
                      "type": "string"
                    },
                    "useMACAddress": {
                      "type": "boolean"
                    },
                    "macAddress": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "hostName": "string",
                  "domainName": "string",
                  "fqdn": "string",
                  "rangeAddress": "string",
                  "address": "string",
                  "newAddress": "string",
                  "iaid": "string",
                  "addressType": "STATIC",
                  "range": "string",
                  "subnet": "string",
                  "publishA": "ALWAYS",
                  "publishPTR": "ALWAYS",
                  "ttl": 7,
                  "nodeName": "string",
                  "classType": "string",
                  "uniqueId": "string",
                  "duid": "string",
                  "useMACAddress": false,
                  "macAddress": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v4subnet": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "addV4Subnet",
        "description": "The parameters and request body are for method: addV4Subnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "updateV4Subnet",
        "description": "The parameters and request body are for method: updateV4Subnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v4subnet{pathv2}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "searchV4Subnet",
        "description": "The parameters and request body are for method: searchV4Subnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "subnetAddress": {
                        "type": "string"
                      },
                      "subnetMask": {
                        "type": "string"
                      },
                      "networkAddress": {
                        "type": "string"
                      },
                      "subnetName": {
                        "type": "string"
                      },
                      "subnetOrg": {
                        "type": "string"
                      },
                      "application": {
                        "type": "string"
                      },
                      "location": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "street1": {
                            "type": "string"
                          },
                          "street2": {
                            "type": "string"
                          },
                          "city": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "zip": {
                            "type": "string"
                          },
                          "country": {
                            "type": "string"
                          }
                        }
                      },
                      "contact": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "firstName": {
                            "type": "string"
                          },
                          "lastName": {
                            "type": "string"
                          },
                          "telephone": {
                            "type": "string"
                          },
                          "pager": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          }
                        }
                      },
                      "hardwareType": {
                        "type": "string"
                      },
                      "tftpServerName": {
                        "type": "string"
                      },
                      "allowDHCPClientsToModifyDynamicObjectRRs": {
                        "type": "string"
                      },
                      "domains": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "showUsage": {
                        "type": "string"
                      },
                      "checkUsage": {
                        "type": "string"
                      },
                      "subnetDescription": {
                        "type": "string"
                      },
                      "sharedNetwork": {
                        "type": "string"
                      },
                      "warningType": {
                        "type": "number"
                      },
                      "warningPercentage": {
                        "type": "number"
                      },
                      "preferredDNSServers": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "preferredTimeServers": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "defaultRouters": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "defaultDHCPServer": {
                        "type": "string"
                      },
                      "defaultDHCPOptionTemplate": {
                        "type": "string"
                      },
                      "defaultDHCPPolicyTemplate": {
                        "type": "string"
                      },
                      "primaryInterface": {
                        "type": "boolean"
                      },
                      "optionalAttributeList": {
                        "type": "object",
                        "properties": {
                          "udas": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "groups": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "udas": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "name": {
                                        "type": "string"
                                      },
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "addressTemplate": {
                        "type": "string"
                      },
                      "localTotalDynamicObjects": {
                        "type": "number"
                      },
                      "localLeasedDynamicObjects": {
                        "type": "number"
                      },
                      "localPercentDynamicObjectsUsed": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "subnetAddress": "string",
                    "subnetMask": "string",
                    "networkAddress": "string",
                    "subnetName": "string",
                    "subnetOrg": "string",
                    "application": "string",
                    "location": {
                      "id": 6,
                      "street1": "string",
                      "street2": "string",
                      "city": "string",
                      "state": "string",
                      "zip": "string",
                      "country": "string"
                    },
                    "contact": {
                      "id": 1,
                      "firstName": "string",
                      "lastName": "string",
                      "telephone": "string",
                      "pager": "string",
                      "email": "string"
                    },
                    "hardwareType": "ETHERNET",
                    "tftpServerName": "string",
                    "allowDHCPClientsToModifyDynamicObjectRRs": "SAME_AS_IN_GLOBAL_POLICIES",
                    "domains": {
                      "name": [
                        "string"
                      ]
                    },
                    "showUsage": "string",
                    "checkUsage": "string",
                    "subnetDescription": "string",
                    "sharedNetwork": "string",
                    "warningType": 10,
                    "warningPercentage": 2,
                    "preferredDNSServers": {
                      "name": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "preferredTimeServers": {
                      "name": [
                        "string"
                      ]
                    },
                    "defaultRouters": {
                      "name": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "defaultDHCPServer": "string",
                    "defaultDHCPOptionTemplate": "string",
                    "defaultDHCPPolicyTemplate": "string",
                    "primaryInterface": true,
                    "optionalAttributeList": {
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ],
                      "groups": [
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        }
                      ]
                    },
                    "addressTemplate": "string",
                    "localTotalDynamicObjects": 1,
                    "localLeasedDynamicObjects": 1,
                    "localPercentDynamicObjectsUsed": 6
                  },
                  {
                    "subnetAddress": "string",
                    "subnetMask": "string",
                    "networkAddress": "string",
                    "subnetName": "string",
                    "subnetOrg": "string",
                    "application": "string",
                    "location": {
                      "id": 4,
                      "street1": "string",
                      "street2": "string",
                      "city": "string",
                      "state": "string",
                      "zip": "string",
                      "country": "string"
                    },
                    "contact": {
                      "id": 2,
                      "firstName": "string",
                      "lastName": "string",
                      "telephone": "string",
                      "pager": "string",
                      "email": "string"
                    },
                    "hardwareType": "ETHERNET",
                    "tftpServerName": "string",
                    "allowDHCPClientsToModifyDynamicObjectRRs": "SAME_AS_IN_GLOBAL_POLICIES",
                    "domains": {
                      "name": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "showUsage": "string",
                    "checkUsage": "string",
                    "subnetDescription": "string",
                    "sharedNetwork": "string",
                    "warningType": 8,
                    "warningPercentage": 1,
                    "preferredDNSServers": {
                      "name": [
                        "string"
                      ]
                    },
                    "preferredTimeServers": {
                      "name": [
                        "string"
                      ]
                    },
                    "defaultRouters": {
                      "name": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "defaultDHCPServer": "string",
                    "defaultDHCPOptionTemplate": "string",
                    "defaultDHCPPolicyTemplate": "string",
                    "primaryInterface": true,
                    "optionalAttributeList": {
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ],
                      "groups": [
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "udas": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        }
                      ]
                    },
                    "addressTemplate": "string",
                    "localTotalDynamicObjects": 7,
                    "localLeasedDynamicObjects": 4,
                    "localPercentDynamicObjectsUsed": 10
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v4subnet/{pathv2}{pathv3}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getV4Subnet",
        "description": "The parameters and request body are for method: getV4Subnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "subnetAddress": {
                      "type": "string"
                    },
                    "subnetMask": {
                      "type": "string"
                    },
                    "networkAddress": {
                      "type": "string"
                    },
                    "subnetName": {
                      "type": "string"
                    },
                    "subnetOrg": {
                      "type": "string"
                    },
                    "application": {
                      "type": "string"
                    },
                    "location": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "street1": {
                          "type": "string"
                        },
                        "street2": {
                          "type": "string"
                        },
                        "city": {
                          "type": "string"
                        },
                        "state": {
                          "type": "string"
                        },
                        "zip": {
                          "type": "string"
                        },
                        "country": {
                          "type": "string"
                        }
                      }
                    },
                    "contact": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "firstName": {
                          "type": "string"
                        },
                        "lastName": {
                          "type": "string"
                        },
                        "telephone": {
                          "type": "string"
                        },
                        "pager": {
                          "type": "string"
                        },
                        "email": {
                          "type": "string"
                        }
                      }
                    },
                    "hardwareType": {
                      "type": "string"
                    },
                    "tftpServerName": {
                      "type": "string"
                    },
                    "allowDHCPClientsToModifyDynamicObjectRRs": {
                      "type": "string"
                    },
                    "domains": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "showUsage": {
                      "type": "string"
                    },
                    "checkUsage": {
                      "type": "string"
                    },
                    "subnetDescription": {
                      "type": "string"
                    },
                    "sharedNetwork": {
                      "type": "string"
                    },
                    "warningType": {
                      "type": "number"
                    },
                    "warningPercentage": {
                      "type": "number"
                    },
                    "preferredDNSServers": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "preferredTimeServers": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "defaultRouters": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "defaultDHCPServer": {
                      "type": "string"
                    },
                    "defaultDHCPOptionTemplate": {
                      "type": "string"
                    },
                    "defaultDHCPPolicyTemplate": {
                      "type": "string"
                    },
                    "primaryInterface": {
                      "type": "boolean"
                    },
                    "optionalAttributeList": {
                      "type": "object",
                      "properties": {
                        "udas": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "groups": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "udas": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "name": {
                                      "type": "string"
                                    },
                                    "value": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "addressTemplate": {
                      "type": "string"
                    },
                    "localTotalDynamicObjects": {
                      "type": "number"
                    },
                    "localLeasedDynamicObjects": {
                      "type": "number"
                    },
                    "localPercentDynamicObjectsUsed": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "subnetAddress": "string",
                  "subnetMask": "string",
                  "networkAddress": "string",
                  "subnetName": "string",
                  "subnetOrg": "string",
                  "application": "string",
                  "location": {
                    "id": 2,
                    "street1": "string",
                    "street2": "string",
                    "city": "string",
                    "state": "string",
                    "zip": "string",
                    "country": "string"
                  },
                  "contact": {
                    "id": 7,
                    "firstName": "string",
                    "lastName": "string",
                    "telephone": "string",
                    "pager": "string",
                    "email": "string"
                  },
                  "hardwareType": "ETHERNET",
                  "tftpServerName": "string",
                  "allowDHCPClientsToModifyDynamicObjectRRs": "SAME_AS_IN_GLOBAL_POLICIES",
                  "domains": {
                    "name": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  "showUsage": "string",
                  "checkUsage": "string",
                  "subnetDescription": "string",
                  "sharedNetwork": "string",
                  "warningType": 10,
                  "warningPercentage": 1,
                  "preferredDNSServers": {
                    "name": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  "preferredTimeServers": {
                    "name": [
                      "string"
                    ]
                  },
                  "defaultRouters": {
                    "name": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  "defaultDHCPServer": "string",
                  "defaultDHCPOptionTemplate": "string",
                  "defaultDHCPPolicyTemplate": "string",
                  "primaryInterface": true,
                  "optionalAttributeList": {
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  },
                  "addressTemplate": "string",
                  "localTotalDynamicObjects": 6,
                  "localLeasedDynamicObjects": 9,
                  "localPercentDynamicObjectsUsed": 8
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v4subnet/{pathv2}/": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteV4SubnetByName",
        "description": "The parameters and request body are for method: deleteV4SubnetByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v4subnet/{pathv2}/v4addresses{pathv3}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getListAddressV4Subnet",
        "description": "The parameters and request body are for method: getListAddressV4Subnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "objectAddr": {
                        "type": "string"
                      },
                      "subnetAddr": {
                        "type": "string"
                      },
                      "objectName": {
                        "type": "string"
                      },
                      "objectClass": {
                        "type": "string"
                      },
                      "domainName": {
                        "type": "string"
                      },
                      "expiredDate": {
                        "type": "string"
                      },
                      "serverType": {
                        "type": "string"
                      },
                      "applName": {
                        "type": "string"
                      },
                      "objectTag": {
                        "type": "string"
                      },
                      "roomId": {
                        "type": "string"
                      },
                      "manufacturer": {
                        "type": "string"
                      },
                      "modelType": {
                        "type": "string"
                      },
                      "serialNumber": {
                        "type": "string"
                      },
                      "assetNumber": {
                        "type": "string"
                      },
                      "hostId": {
                        "type": "string"
                      },
                      "purchaseDate": {
                        "type": "string"
                      },
                      "objectDesc": {
                        "type": "string"
                      },
                      "hubName": {
                        "type": "string"
                      },
                      "slotName": {
                        "type": "string"
                      },
                      "portNumber": {
                        "type": "string"
                      },
                      "locationId": {
                        "type": "string"
                      },
                      "street1": {
                        "type": "string"
                      },
                      "street2": {
                        "type": "string"
                      },
                      "city": {
                        "type": "string"
                      },
                      "state": {
                        "type": "string"
                      },
                      "zip": {
                        "type": "string"
                      },
                      "country": {
                        "type": "string"
                      },
                      "contactId": {
                        "type": "string"
                      },
                      "contactLastName": {
                        "type": "string"
                      },
                      "contactFirstName": {
                        "type": "string"
                      },
                      "contactEmail": {
                        "type": "string"
                      },
                      "contactPhone": {
                        "type": "string"
                      },
                      "contactPager": {
                        "type": "string"
                      },
                      "routerGroup": {
                        "type": "string"
                      },
                      "dynamicConfig": {
                        "type": "string"
                      },
                      "macAddr": {
                        "type": "string"
                      },
                      "tftpServer": {
                        "type": "string"
                      },
                      "bootFileName": {
                        "type": "string"
                      },
                      "hardwareType": {
                        "type": "string"
                      },
                      "aliases": {
                        "type": "string"
                      },
                      "mailForwarders": {
                        "type": "string"
                      },
                      "mailHosts": {
                        "type": "string"
                      },
                      "hubSlots": {
                        "type": "string"
                      },
                      "dnsServers": {
                        "type": "string"
                      },
                      "timeServers": {
                        "type": "string"
                      },
                      "defaultRouters": {
                        "type": "string"
                      },
                      "userClasses": {
                        "type": "string"
                      },
                      "users": {
                        "type": "string"
                      },
                      "nameService": {
                        "type": "string"
                      },
                      "dynamicDnsUpdate": {
                        "type": "string"
                      },
                      "dhcpServer": {
                        "type": "string"
                      },
                      "dhcpOptionTemplate": {
                        "type": "string"
                      },
                      "dhcpPolicyTemplate": {
                        "type": "string"
                      },
                      "leaseTime": {
                        "type": "string"
                      },
                      "ttlTime": {
                        "type": "string"
                      },
                      "vendorClass": {
                        "type": "string"
                      },
                      "clientId": {
                        "type": "string"
                      },
                      "dualProtocol": {
                        "type": "string"
                      },
                      "decNetArea": {
                        "type": "string"
                      },
                      "decNetAddr": {
                        "type": "string"
                      },
                      "decNetNode": {
                        "type": "string"
                      },
                      "talkType": {
                        "type": "string"
                      },
                      "ipxNode": {
                        "type": "string"
                      },
                      "ipxNetworkNumber": {
                        "type": "string"
                      },
                      "netBiosDomain": {
                        "type": "string"
                      },
                      "netBiosName": {
                        "type": "string"
                      },
                      "usageBillServices": {
                        "type": "string"
                      },
                      "usageBillLocation": {
                        "type": "string"
                      },
                      "usageBillUserGroup": {
                        "type": "string"
                      },
                      "usageBillObjectClass": {
                        "type": "string"
                      },
                      "allowModifyDynamicRRs": {
                        "type": "string"
                      },
                      "tombstoned": {
                        "type": "string"
                      },
                      "externalComment": {
                        "type": "string"
                      },
                      "externalTimestamp": {
                        "type": "string"
                      },
                      "manualFlag": {
                        "type": "string"
                      },
                      "nodeId": {
                        "type": "string"
                      },
                      "uniqueNodeId": {
                        "type": "string"
                      },
                      "aTTL": {
                        "type": "string"
                      },
                      "ptrTTL": {
                        "type": "string"
                      },
                      "publishA": {
                        "type": "string"
                      },
                      "publishPTR": {
                        "type": "string"
                      },
                      "dhcpClientClass": {
                        "type": "string"
                      },
                      "isUpdate": {
                        "type": "string"
                      },
                      "isAddSelected": {
                        "type": "string"
                      },
                      "isCheckDupName": {
                        "type": "string"
                      },
                      "isCheckOnlyFQDNDups": {
                        "type": "string"
                      },
                      "isSwapAliasAndObjectName": {
                        "type": "string"
                      },
                      "localManualFlag": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "objectAddr": "string",
                    "subnetAddr": "string",
                    "objectName": "string",
                    "objectClass": "string",
                    "domainName": "string",
                    "expiredDate": "string",
                    "serverType": "string",
                    "applName": "string",
                    "objectTag": "string",
                    "roomId": "string",
                    "manufacturer": "string",
                    "modelType": "string",
                    "serialNumber": "string",
                    "assetNumber": "string",
                    "hostId": "string",
                    "purchaseDate": "string",
                    "objectDesc": "string",
                    "hubName": "string",
                    "slotName": "string",
                    "portNumber": "string",
                    "locationId": "string",
                    "street1": "string",
                    "street2": "string",
                    "city": "string",
                    "state": "string",
                    "zip": "string",
                    "country": "string",
                    "contactId": "string",
                    "contactLastName": "string",
                    "contactFirstName": "string",
                    "contactEmail": "string",
                    "contactPhone": "string",
                    "contactPager": "string",
                    "routerGroup": "string",
                    "dynamicConfig": "string",
                    "macAddr": "string",
                    "tftpServer": "string",
                    "bootFileName": "string",
                    "hardwareType": "string",
                    "aliases": "string",
                    "mailForwarders": "string",
                    "mailHosts": "string",
                    "hubSlots": "string",
                    "dnsServers": "string",
                    "timeServers": "string",
                    "defaultRouters": "string",
                    "userClasses": "string",
                    "users": "string",
                    "nameService": "string",
                    "dynamicDnsUpdate": "string",
                    "dhcpServer": "string",
                    "dhcpOptionTemplate": "string",
                    "dhcpPolicyTemplate": "string",
                    "leaseTime": "string",
                    "ttlTime": "string",
                    "vendorClass": "string",
                    "clientId": "string",
                    "dualProtocol": "string",
                    "decNetArea": "string",
                    "decNetAddr": "string",
                    "decNetNode": "string",
                    "talkType": "string",
                    "ipxNode": "string",
                    "ipxNetworkNumber": "string",
                    "netBiosDomain": "string",
                    "netBiosName": "string",
                    "usageBillServices": "string",
                    "usageBillLocation": "string",
                    "usageBillUserGroup": "string",
                    "usageBillObjectClass": "string",
                    "allowModifyDynamicRRs": "string",
                    "tombstoned": "string",
                    "externalComment": "string",
                    "externalTimestamp": "string",
                    "manualFlag": "string",
                    "nodeId": "string",
                    "uniqueNodeId": "string",
                    "aTTL": "string",
                    "ptrTTL": "string",
                    "publishA": "string",
                    "publishPTR": "string",
                    "dhcpClientClass": "string",
                    "isUpdate": "string",
                    "isAddSelected": "string",
                    "isCheckDupName": "string",
                    "isCheckOnlyFQDNDups": "string",
                    "isSwapAliasAndObjectName": "string",
                    "localManualFlag": "string"
                  },
                  {
                    "objectAddr": "string",
                    "subnetAddr": "string",
                    "objectName": "string",
                    "objectClass": "string",
                    "domainName": "string",
                    "expiredDate": "string",
                    "serverType": "string",
                    "applName": "string",
                    "objectTag": "string",
                    "roomId": "string",
                    "manufacturer": "string",
                    "modelType": "string",
                    "serialNumber": "string",
                    "assetNumber": "string",
                    "hostId": "string",
                    "purchaseDate": "string",
                    "objectDesc": "string",
                    "hubName": "string",
                    "slotName": "string",
                    "portNumber": "string",
                    "locationId": "string",
                    "street1": "string",
                    "street2": "string",
                    "city": "string",
                    "state": "string",
                    "zip": "string",
                    "country": "string",
                    "contactId": "string",
                    "contactLastName": "string",
                    "contactFirstName": "string",
                    "contactEmail": "string",
                    "contactPhone": "string",
                    "contactPager": "string",
                    "routerGroup": "string",
                    "dynamicConfig": "string",
                    "macAddr": "string",
                    "tftpServer": "string",
                    "bootFileName": "string",
                    "hardwareType": "string",
                    "aliases": "string",
                    "mailForwarders": "string",
                    "mailHosts": "string",
                    "hubSlots": "string",
                    "dnsServers": "string",
                    "timeServers": "string",
                    "defaultRouters": "string",
                    "userClasses": "string",
                    "users": "string",
                    "nameService": "string",
                    "dynamicDnsUpdate": "string",
                    "dhcpServer": "string",
                    "dhcpOptionTemplate": "string",
                    "dhcpPolicyTemplate": "string",
                    "leaseTime": "string",
                    "ttlTime": "string",
                    "vendorClass": "string",
                    "clientId": "string",
                    "dualProtocol": "string",
                    "decNetArea": "string",
                    "decNetAddr": "string",
                    "decNetNode": "string",
                    "talkType": "string",
                    "ipxNode": "string",
                    "ipxNetworkNumber": "string",
                    "netBiosDomain": "string",
                    "netBiosName": "string",
                    "usageBillServices": "string",
                    "usageBillLocation": "string",
                    "usageBillUserGroup": "string",
                    "usageBillObjectClass": "string",
                    "allowModifyDynamicRRs": "string",
                    "tombstoned": "string",
                    "externalComment": "string",
                    "externalTimestamp": "string",
                    "manualFlag": "string",
                    "nodeId": "string",
                    "uniqueNodeId": "string",
                    "aTTL": "string",
                    "ptrTTL": "string",
                    "publishA": "string",
                    "publishPTR": "string",
                    "dhcpClientClass": "string",
                    "isUpdate": "string",
                    "isAddSelected": "string",
                    "isCheckDupName": "string",
                    "isCheckOnlyFQDNDups": "string",
                    "isSwapAliasAndObjectName": "string",
                    "localManualFlag": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v4address": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "addV4Address",
        "description": "The parameters and request body are for method: addV4Address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "updateV4Address",
        "description": "The parameters and request body are for method: updateV4Address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v4address/{pathv2}/": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteV4Address",
        "description": "The parameters and request body are for method: deleteV4Address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v4address/{pathv2}{pathv3}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getV4Address",
        "description": "The parameters and request body are for method: getV4Address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "objectAddr": {
                      "type": "string"
                    },
                    "subnetAddr": {
                      "type": "string"
                    },
                    "objectName": {
                      "type": "string"
                    },
                    "objectClass": {
                      "type": "string"
                    },
                    "domainName": {
                      "type": "string"
                    },
                    "expiredDate": {
                      "type": "string"
                    },
                    "serverType": {
                      "type": "string"
                    },
                    "applName": {
                      "type": "string"
                    },
                    "objectTag": {
                      "type": "string"
                    },
                    "roomId": {
                      "type": "string"
                    },
                    "manufacturer": {
                      "type": "string"
                    },
                    "modelType": {
                      "type": "string"
                    },
                    "serialNumber": {
                      "type": "string"
                    },
                    "assetNumber": {
                      "type": "string"
                    },
                    "hostId": {
                      "type": "string"
                    },
                    "purchaseDate": {
                      "type": "string"
                    },
                    "objectDesc": {
                      "type": "string"
                    },
                    "hubName": {
                      "type": "string"
                    },
                    "slotName": {
                      "type": "string"
                    },
                    "portNumber": {
                      "type": "string"
                    },
                    "locationId": {
                      "type": "string"
                    },
                    "street1": {
                      "type": "string"
                    },
                    "street2": {
                      "type": "string"
                    },
                    "city": {
                      "type": "string"
                    },
                    "state": {
                      "type": "string"
                    },
                    "zip": {
                      "type": "string"
                    },
                    "country": {
                      "type": "string"
                    },
                    "contactId": {
                      "type": "string"
                    },
                    "contactLastName": {
                      "type": "string"
                    },
                    "contactFirstName": {
                      "type": "string"
                    },
                    "contactEmail": {
                      "type": "string"
                    },
                    "contactPhone": {
                      "type": "string"
                    },
                    "contactPager": {
                      "type": "string"
                    },
                    "routerGroup": {
                      "type": "string"
                    },
                    "dynamicConfig": {
                      "type": "string"
                    },
                    "macAddr": {
                      "type": "string"
                    },
                    "tftpServer": {
                      "type": "string"
                    },
                    "bootFileName": {
                      "type": "string"
                    },
                    "hardwareType": {
                      "type": "string"
                    },
                    "aliases": {
                      "type": "string"
                    },
                    "mailForwarders": {
                      "type": "string"
                    },
                    "mailHosts": {
                      "type": "string"
                    },
                    "hubSlots": {
                      "type": "string"
                    },
                    "dnsServers": {
                      "type": "string"
                    },
                    "timeServers": {
                      "type": "string"
                    },
                    "defaultRouters": {
                      "type": "string"
                    },
                    "userClasses": {
                      "type": "string"
                    },
                    "users": {
                      "type": "string"
                    },
                    "nameService": {
                      "type": "string"
                    },
                    "dynamicDnsUpdate": {
                      "type": "string"
                    },
                    "dhcpServer": {
                      "type": "string"
                    },
                    "dhcpOptionTemplate": {
                      "type": "string"
                    },
                    "dhcpPolicyTemplate": {
                      "type": "string"
                    },
                    "leaseTime": {
                      "type": "string"
                    },
                    "ttlTime": {
                      "type": "string"
                    },
                    "vendorClass": {
                      "type": "string"
                    },
                    "clientId": {
                      "type": "string"
                    },
                    "dualProtocol": {
                      "type": "string"
                    },
                    "decNetArea": {
                      "type": "string"
                    },
                    "decNetAddr": {
                      "type": "string"
                    },
                    "decNetNode": {
                      "type": "string"
                    },
                    "talkType": {
                      "type": "string"
                    },
                    "ipxNode": {
                      "type": "string"
                    },
                    "ipxNetworkNumber": {
                      "type": "string"
                    },
                    "netBiosDomain": {
                      "type": "string"
                    },
                    "netBiosName": {
                      "type": "string"
                    },
                    "usageBillServices": {
                      "type": "string"
                    },
                    "usageBillLocation": {
                      "type": "string"
                    },
                    "usageBillUserGroup": {
                      "type": "string"
                    },
                    "usageBillObjectClass": {
                      "type": "string"
                    },
                    "allowModifyDynamicRRs": {
                      "type": "string"
                    },
                    "tombstoned": {
                      "type": "string"
                    },
                    "externalComment": {
                      "type": "string"
                    },
                    "externalTimestamp": {
                      "type": "string"
                    },
                    "manualFlag": {
                      "type": "string"
                    },
                    "nodeId": {
                      "type": "string"
                    },
                    "uniqueNodeId": {
                      "type": "string"
                    },
                    "aTTL": {
                      "type": "string"
                    },
                    "ptrTTL": {
                      "type": "string"
                    },
                    "publishA": {
                      "type": "string"
                    },
                    "publishPTR": {
                      "type": "string"
                    },
                    "dhcpClientClass": {
                      "type": "string"
                    },
                    "isUpdate": {
                      "type": "string"
                    },
                    "isAddSelected": {
                      "type": "string"
                    },
                    "isCheckDupName": {
                      "type": "string"
                    },
                    "isCheckOnlyFQDNDups": {
                      "type": "string"
                    },
                    "isSwapAliasAndObjectName": {
                      "type": "string"
                    },
                    "localManualFlag": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "objectAddr": "string",
                  "subnetAddr": "string",
                  "objectName": "string",
                  "objectClass": "string",
                  "domainName": "string",
                  "expiredDate": "string",
                  "serverType": "string",
                  "applName": "string",
                  "objectTag": "string",
                  "roomId": "string",
                  "manufacturer": "string",
                  "modelType": "string",
                  "serialNumber": "string",
                  "assetNumber": "string",
                  "hostId": "string",
                  "purchaseDate": "string",
                  "objectDesc": "string",
                  "hubName": "string",
                  "slotName": "string",
                  "portNumber": "string",
                  "locationId": "string",
                  "street1": "string",
                  "street2": "string",
                  "city": "string",
                  "state": "string",
                  "zip": "string",
                  "country": "string",
                  "contactId": "string",
                  "contactLastName": "string",
                  "contactFirstName": "string",
                  "contactEmail": "string",
                  "contactPhone": "string",
                  "contactPager": "string",
                  "routerGroup": "string",
                  "dynamicConfig": "string",
                  "macAddr": "string",
                  "tftpServer": "string",
                  "bootFileName": "string",
                  "hardwareType": "string",
                  "aliases": "string",
                  "mailForwarders": "string",
                  "mailHosts": "string",
                  "hubSlots": "string",
                  "dnsServers": "string",
                  "timeServers": "string",
                  "defaultRouters": "string",
                  "userClasses": "string",
                  "users": "string",
                  "nameService": "string",
                  "dynamicDnsUpdate": "string",
                  "dhcpServer": "string",
                  "dhcpOptionTemplate": "string",
                  "dhcpPolicyTemplate": "string",
                  "leaseTime": "string",
                  "ttlTime": "string",
                  "vendorClass": "string",
                  "clientId": "string",
                  "dualProtocol": "string",
                  "decNetArea": "string",
                  "decNetAddr": "string",
                  "decNetNode": "string",
                  "talkType": "string",
                  "ipxNode": "string",
                  "ipxNetworkNumber": "string",
                  "netBiosDomain": "string",
                  "netBiosName": "string",
                  "usageBillServices": "string",
                  "usageBillLocation": "string",
                  "usageBillUserGroup": "string",
                  "usageBillObjectClass": "string",
                  "allowModifyDynamicRRs": "string",
                  "tombstoned": "string",
                  "externalComment": "string",
                  "externalTimestamp": "string",
                  "manualFlag": "string",
                  "nodeId": "string",
                  "uniqueNodeId": "string",
                  "aTTL": "string",
                  "ptrTTL": "string",
                  "publishA": "string",
                  "publishPTR": "string",
                  "dhcpClientClass": "string",
                  "isUpdate": "string",
                  "isAddSelected": "string",
                  "isCheckDupName": "string",
                  "isCheckOnlyFQDNDups": "string",
                  "isSwapAliasAndObjectName": "string",
                  "localManualFlag": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/rr/singleDelete": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteASingleRr",
        "description": "The parameters and request body are for method: deleteASingleRr. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/rr/{pathv2}/{pathv3}/": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteRRbyInfraTypebyNameOrAddress",
        "description": "The parameters and request body are for method: deleteRRbyInfraTypebyNameOrAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/rr/{pathv2}/": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteRRsbyNameOrAddress",
        "description": "The parameters and request body are for method: deleteRRsbyNameOrAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/rr{pathv2}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getRRByName",
        "description": "The parameters and request body are for method: getRRByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "owner": {
                        "type": "string"
                      },
                      "classType": {
                        "type": "string"
                      },
                      "rrType": {
                        "type": "string"
                      },
                      "data1": {
                        "type": "string"
                      },
                      "publishing": {
                        "type": "string"
                      },
                      "ttl": {
                        "type": "string"
                      },
                      "infraType": {
                        "type": "string"
                      },
                      "infraFQDN": {
                        "type": "string"
                      },
                      "data2": {
                        "type": "string"
                      },
                      "data3": {
                        "type": "string"
                      },
                      "data4": {
                        "type": "string"
                      },
                      "infraAddr": {
                        "type": "string"
                      },
                      "isCreatingReverseZoneRR": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "owner": "string",
                    "classType": "string",
                    "rrType": "string",
                    "data1": "string",
                    "publishing": "string",
                    "ttl": "string",
                    "infraType": "string",
                    "infraFQDN": "string",
                    "data2": "string",
                    "data3": "string",
                    "data4": "string",
                    "infraAddr": "string",
                    "isCreatingReverseZoneRR": false
                  },
                  {
                    "owner": "string",
                    "classType": "string",
                    "rrType": "string",
                    "data1": "string",
                    "publishing": "string",
                    "ttl": "string",
                    "infraType": "string",
                    "infraFQDN": "string",
                    "data2": "string",
                    "data3": "string",
                    "data4": "string",
                    "infraAddr": "string",
                    "isCreatingReverseZoneRR": true
                  },
                  {
                    "owner": "string",
                    "classType": "string",
                    "rrType": "string",
                    "data1": "string",
                    "publishing": "string",
                    "ttl": "string",
                    "infraType": "string",
                    "infraFQDN": "string",
                    "data2": "string",
                    "data3": "string",
                    "data4": "string",
                    "infraAddr": "string",
                    "isCreatingReverseZoneRR": true
                  },
                  {
                    "owner": "string",
                    "classType": "string",
                    "rrType": "string",
                    "data1": "string",
                    "publishing": "string",
                    "ttl": "string",
                    "infraType": "string",
                    "infraFQDN": "string",
                    "data2": "string",
                    "data3": "string",
                    "data4": "string",
                    "infraAddr": "string",
                    "isCreatingReverseZoneRR": true
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/rr": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "addRR",
        "description": "The parameters and request body are for method: addRR. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteRR",
        "description": "The parameters and request body are for method: deleteRR. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "updateRR",
        "description": "The parameters and request body are for method: updateRR. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/selectedv4address/{pathv2}/": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteSelectedV4address",
        "description": "The parameters and request body are for method: deleteSelectedV4address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/selectedv4address/{pathv2}{pathv3}": {
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "selectedV4addressWithRange",
        "description": "The parameters and request body are for method: selectedV4addressWithRange. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "objectAddr": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "objectAddr": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/selectedv6address/{pathv2}": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteSelectedV6address",
        "description": "The parameters and request body are for method: deleteSelectedV6address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/selectedv6address/{pathv2}{pathv3}": {
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "selectedV6addressWithRange",
        "description": "The parameters and request body are for method: selectedV6addressWithRange. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipV6AddrStr": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ipV6AddrStr": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/zone": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "addZone",
        "description": "The parameters and request body are for method: addZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "modifyZone",
        "description": "The parameters and request body are for method: modifyZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/zone{pathv2}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "searchZone",
        "description": "The parameters and request body are for method: searchZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "newName": {
                        "type": "string"
                      },
                      "parentAddress": {
                        "type": "string"
                      },
                      "networkAddress": {
                        "type": "string"
                      },
                      "dnsServers": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "role": {
                              "type": "string"
                            },
                            "secureUpdate": {
                              "type": "boolean"
                            }
                          }
                        }
                      },
                      "defaultTtl": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "expireTime": {
                        "type": "number"
                      },
                      "negativeCacheTtl": {
                        "type": "number"
                      },
                      "postfixZoneExtension": {
                        "type": "string"
                      },
                      "prefixZoneExtension": {
                        "type": "string"
                      },
                      "refreshTime": {
                        "type": "number"
                      },
                      "retryTime": {
                        "type": "number"
                      },
                      "udas": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      },
                      "groups": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "udas": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "dnsZoneOptions": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "option": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "value": {
                                    "type": "string"
                                  },
                                  "subOption": {
                                    "type": "array",
                                    "items": {
                                      "type": "object",
                                      "properties": {
                                        "name": {
                                          "type": "string"
                                        },
                                        "value": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "newName": "string",
                    "parentAddress": "string",
                    "networkAddress": "string",
                    "dnsServers": [
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      }
                    ],
                    "defaultTtl": 4,
                    "email": "string",
                    "expireTime": 4,
                    "negativeCacheTtl": 8,
                    "postfixZoneExtension": "string",
                    "prefixZoneExtension": "string",
                    "refreshTime": 7,
                    "retryTime": 2,
                    "udas": {
                      "name": "string",
                      "value": "string"
                    },
                    "groups": {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    "dnsZoneOptions": [
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "name": "string",
                    "newName": "string",
                    "parentAddress": "string",
                    "networkAddress": "string",
                    "dnsServers": [
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      }
                    ],
                    "defaultTtl": 5,
                    "email": "string",
                    "expireTime": 4,
                    "negativeCacheTtl": 8,
                    "postfixZoneExtension": "string",
                    "prefixZoneExtension": "string",
                    "refreshTime": 5,
                    "retryTime": 9,
                    "udas": {
                      "name": "string",
                      "value": "string"
                    },
                    "groups": {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    "dnsZoneOptions": [
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "name": "string",
                    "newName": "string",
                    "parentAddress": "string",
                    "networkAddress": "string",
                    "dnsServers": [
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": true
                      },
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      }
                    ],
                    "defaultTtl": 6,
                    "email": "string",
                    "expireTime": 8,
                    "negativeCacheTtl": 7,
                    "postfixZoneExtension": "string",
                    "prefixZoneExtension": "string",
                    "refreshTime": 2,
                    "retryTime": 5,
                    "udas": {
                      "name": "string",
                      "value": "string"
                    },
                    "groups": {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    "dnsZoneOptions": [
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          },
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              },
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "name": "string",
                    "newName": "string",
                    "parentAddress": "string",
                    "networkAddress": "string",
                    "dnsServers": [
                      {
                        "name": "string",
                        "role": "string",
                        "secureUpdate": false
                      }
                    ],
                    "defaultTtl": 5,
                    "email": "string",
                    "expireTime": 7,
                    "negativeCacheTtl": 8,
                    "postfixZoneExtension": "string",
                    "prefixZoneExtension": "string",
                    "refreshTime": 9,
                    "retryTime": 5,
                    "udas": {
                      "name": "string",
                      "value": "string"
                    },
                    "groups": {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    "dnsZoneOptions": [
                      {
                        "name": "string",
                        "option": [
                          {
                            "name": "string",
                            "value": "string",
                            "subOption": [
                              {
                                "name": "string",
                                "value": "string"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/zone/{pathv2}{pathv3}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getZone",
        "description": "The parameters and request body are for method: getZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "newName": {
                      "type": "string"
                    },
                    "parentAddress": {
                      "type": "string"
                    },
                    "networkAddress": {
                      "type": "string"
                    },
                    "dnsServers": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "role": {
                            "type": "string"
                          },
                          "secureUpdate": {
                            "type": "boolean"
                          }
                        }
                      }
                    },
                    "defaultTtl": {
                      "type": "number"
                    },
                    "email": {
                      "type": "string"
                    },
                    "expireTime": {
                      "type": "number"
                    },
                    "negativeCacheTtl": {
                      "type": "number"
                    },
                    "postfixZoneExtension": {
                      "type": "string"
                    },
                    "prefixZoneExtension": {
                      "type": "string"
                    },
                    "refreshTime": {
                      "type": "number"
                    },
                    "retryTime": {
                      "type": "number"
                    },
                    "udas": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "value": {
                          "type": "string"
                        }
                      }
                    },
                    "groups": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "udas": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "value": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "dnsZoneOptions": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "option": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                },
                                "subOption": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "name": {
                                        "type": "string"
                                      },
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "newName": "string",
                  "parentAddress": "string",
                  "networkAddress": "string",
                  "dnsServers": [
                    {
                      "name": "string",
                      "role": "string",
                      "secureUpdate": true
                    }
                  ],
                  "defaultTtl": 8,
                  "email": "string",
                  "expireTime": 2,
                  "negativeCacheTtl": 1,
                  "postfixZoneExtension": "string",
                  "prefixZoneExtension": "string",
                  "refreshTime": 1,
                  "retryTime": 9,
                  "udas": {
                    "name": "string",
                    "value": "string"
                  },
                  "groups": {
                    "name": "string",
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ]
                  },
                  "dnsZoneOptions": [
                    {
                      "name": "string",
                      "option": [
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "option": [
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "option": [
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "option": [
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "option": [
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            },
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        },
                        {
                          "name": "string",
                          "value": "string",
                          "subOption": [
                            {
                              "name": "string",
                              "value": "string"
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/zone/{pathv2}/": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteZone",
        "description": "The parameters and request body are for method: deleteZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6block": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "addV6BlockToPool",
        "description": "The parameters and request body are for method: addV6BlockToPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "modifyV6Block",
        "description": "The parameters and request body are for method: modifyV6Block. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6block{pathv2}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "searchV6Block",
        "description": "The parameters and request body are for method: searchV6Block. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "address": {
                        "type": "string"
                      },
                      "prefixLength": {
                        "type": "number"
                      },
                      "minPrefix": {
                        "type": "number"
                      },
                      "maxPrefix": {
                        "type": "number"
                      },
                      "defaultPrefix": {
                        "type": "number"
                      },
                      "algorithmType": {
                        "type": "string"
                      },
                      "poolName": {
                        "type": "string"
                      },
                      "createType": {
                        "type": "number"
                      },
                      "createReverseZone": {
                        "type": "boolean"
                      },
                      "udas": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "value": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "udas": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "value": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "address": "string",
                    "prefixLength": 7,
                    "minPrefix": 7,
                    "maxPrefix": 2,
                    "defaultPrefix": 5,
                    "algorithmType": "string",
                    "poolName": "string",
                    "createType": 8,
                    "createReverseZone": false,
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "name": "string",
                    "address": "string",
                    "prefixLength": 10,
                    "minPrefix": 3,
                    "maxPrefix": 6,
                    "defaultPrefix": 3,
                    "algorithmType": "string",
                    "poolName": "string",
                    "createType": 1,
                    "createReverseZone": false,
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "name": "string",
                    "address": "string",
                    "prefixLength": 9,
                    "minPrefix": 5,
                    "maxPrefix": 3,
                    "defaultPrefix": 9,
                    "algorithmType": "string",
                    "poolName": "string",
                    "createType": 4,
                    "createReverseZone": false,
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "name": "string",
                    "address": "string",
                    "prefixLength": 2,
                    "minPrefix": 9,
                    "maxPrefix": 7,
                    "defaultPrefix": 1,
                    "algorithmType": "string",
                    "poolName": "string",
                    "createType": 2,
                    "createReverseZone": true,
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6block/{pathv2}{pathv3}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getV6BlockByUUID",
        "description": "The parameters and request body are for method: getV6BlockByUUID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "address": {
                      "type": "string"
                    },
                    "prefixLength": {
                      "type": "number"
                    },
                    "minPrefix": {
                      "type": "number"
                    },
                    "maxPrefix": {
                      "type": "number"
                    },
                    "defaultPrefix": {
                      "type": "number"
                    },
                    "algorithmType": {
                      "type": "string"
                    },
                    "poolName": {
                      "type": "string"
                    },
                    "createType": {
                      "type": "number"
                    },
                    "createReverseZone": {
                      "type": "boolean"
                    },
                    "udas": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "groups": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "udas": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "address": "string",
                  "prefixLength": 6,
                  "minPrefix": 2,
                  "maxPrefix": 4,
                  "defaultPrefix": 4,
                  "algorithmType": "string",
                  "poolName": "string",
                  "createType": 2,
                  "createReverseZone": true,
                  "udas": [
                    {
                      "name": "string",
                      "value": "string"
                    },
                    {
                      "name": "string",
                      "value": "string"
                    }
                  ],
                  "groups": [
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6block/{pathv2}": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteV6BlockByBlockInfo",
        "description": "The parameters and request body are for method: deleteV6BlockByBlockInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6block/{pathv2}/{pathv3}": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteV6BlockByAddress",
        "description": "The parameters and request body are for method: deleteV6BlockByAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6block/assignment": {
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "assignV6Block",
        "description": "The parameters and request body are for method: assignV6Block. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6range{pathv2}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "searchV6Range",
        "description": "The parameters and request body are for method: searchV6Range. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "startAddress": {
                        "type": "string"
                      },
                      "newStartAddress": {
                        "type": "string"
                      },
                      "rangePrefixLength": {
                        "type": "number"
                      },
                      "rangeType": {
                        "type": "string"
                      },
                      "standPrimDHCPServer": {
                        "type": "string"
                      },
                      "failoverSecondDHCPServer": {
                        "type": "string"
                      },
                      "optTemplate": {
                        "type": "string"
                      },
                      "addressSelection": {
                        "type": "string"
                      },
                      "subnetName": {
                        "type": "string"
                      },
                      "subnetAddress": {
                        "type": "string"
                      },
                      "subnetPrefixLength": {
                        "type": "number"
                      },
                      "dhcpParams": {
                        "type": "object",
                        "properties": {
                          "informationRefreshTime": {
                            "type": "string"
                          },
                          "preferredLifeTime": {
                            "type": "string"
                          },
                          "rebindingTime": {
                            "type": "string"
                          },
                          "renewalTime": {
                            "type": "string"
                          },
                          "validLifeTime": {
                            "type": "string"
                          },
                          "bcmcsServerAddressList": {
                            "type": "string"
                          },
                          "bcmcsServerDomainNameList": {
                            "type": "string"
                          },
                          "dnsRecursiveNameServer": {
                            "type": "string"
                          },
                          "domainSearchList": {
                            "type": "string"
                          },
                          "nisServers": {
                            "type": "string"
                          },
                          "nispDomainName": {
                            "type": "string"
                          },
                          "panaAuthenticationAgents": {
                            "type": "string"
                          },
                          "posixTimeZone": {
                            "type": "string"
                          },
                          "sipServersDomainNameList": {
                            "type": "string"
                          },
                          "sipServersIpv6AddressList": {
                            "type": "string"
                          },
                          "sntpServers": {
                            "type": "string"
                          },
                          "tzdbTimeZone": {
                            "type": "string"
                          },
                          "vendorOptions": {
                            "type": "string"
                          }
                        }
                      },
                      "udas": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "value": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "udas": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "value": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "startAddress": "string",
                    "newStartAddress": "string",
                    "rangePrefixLength": 8,
                    "rangeType": "DYNAMIC",
                    "standPrimDHCPServer": "string",
                    "failoverSecondDHCPServer": "string",
                    "optTemplate": "string",
                    "addressSelection": "NEXT_AVAILABLE",
                    "subnetName": "string",
                    "subnetAddress": "string",
                    "subnetPrefixLength": 7,
                    "dhcpParams": {
                      "informationRefreshTime": "string",
                      "preferredLifeTime": "string",
                      "rebindingTime": "string",
                      "renewalTime": "string",
                      "validLifeTime": "string",
                      "bcmcsServerAddressList": "string",
                      "bcmcsServerDomainNameList": "string",
                      "dnsRecursiveNameServer": "string",
                      "domainSearchList": "string",
                      "nisServers": "string",
                      "nispDomainName": "string",
                      "panaAuthenticationAgents": "string",
                      "posixTimeZone": "string",
                      "sipServersDomainNameList": "string",
                      "sipServersIpv6AddressList": "string",
                      "sntpServers": "string",
                      "tzdbTimeZone": "string",
                      "vendorOptions": "string"
                    },
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6range": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "addV6Range",
        "description": "The parameters and request body are for method: addV6Range. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteV6Range",
        "description": "The parameters and request body are for method: deleteV6Range. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "modifyV6Range",
        "description": "The parameters and request body are for method: modifyV6Range. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6pool{pathv2}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "searchV6Pool",
        "description": "The parameters and request body are for method: searchV6Pool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "newName": {
                        "type": "string"
                      },
                      "fullQualifiedParentPoolName": {
                        "type": "string"
                      },
                      "parentName": {
                        "type": "string"
                      },
                      "contact": {
                        "type": "string"
                      },
                      "assignBlockType": {
                        "type": "string"
                      },
                      "notificationType": {
                        "type": "string"
                      },
                      "algorithmType": {
                        "type": "string"
                      },
                      "minPrefix": {
                        "type": "number"
                      },
                      "maxPrefix": {
                        "type": "number"
                      },
                      "defaultPrefix": {
                        "type": "number"
                      },
                      "blockReqType": {
                        "type": "string"
                      },
                      "createReverseZone": {
                        "type": "boolean"
                      },
                      "udas": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "value": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "udas": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "value": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "newName": "string",
                    "fullQualifiedParentPoolName": "string",
                    "parentName": "string",
                    "contact": "string",
                    "assignBlockType": "string",
                    "notificationType": "string",
                    "algorithmType": "string",
                    "minPrefix": 6,
                    "maxPrefix": 1,
                    "defaultPrefix": 3,
                    "blockReqType": "string",
                    "createReverseZone": true,
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6pool/{pathv2}{pathv3}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getV6PoolByUUID",
        "description": "The parameters and request body are for method: getV6PoolByUUID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "newName": {
                      "type": "string"
                    },
                    "fullQualifiedParentPoolName": {
                      "type": "string"
                    },
                    "parentName": {
                      "type": "string"
                    },
                    "contact": {
                      "type": "string"
                    },
                    "assignBlockType": {
                      "type": "string"
                    },
                    "notificationType": {
                      "type": "string"
                    },
                    "algorithmType": {
                      "type": "string"
                    },
                    "minPrefix": {
                      "type": "number"
                    },
                    "maxPrefix": {
                      "type": "number"
                    },
                    "defaultPrefix": {
                      "type": "number"
                    },
                    "blockReqType": {
                      "type": "string"
                    },
                    "createReverseZone": {
                      "type": "boolean"
                    },
                    "udas": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "groups": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "udas": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "name": {
                                  "type": "string"
                                },
                                "value": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "newName": "string",
                  "fullQualifiedParentPoolName": "string",
                  "parentName": "string",
                  "contact": "string",
                  "assignBlockType": "string",
                  "notificationType": "string",
                  "algorithmType": "string",
                  "minPrefix": 1,
                  "maxPrefix": 3,
                  "defaultPrefix": 10,
                  "blockReqType": "string",
                  "createReverseZone": true,
                  "udas": [
                    {
                      "name": "string",
                      "value": "string"
                    },
                    {
                      "name": "string",
                      "value": "string"
                    },
                    {
                      "name": "string",
                      "value": "string"
                    },
                    {
                      "name": "string",
                      "value": "string"
                    },
                    {
                      "name": "string",
                      "value": "string"
                    }
                  ],
                  "groups": [
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    },
                    {
                      "name": "string",
                      "udas": [
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        },
                        {
                          "name": "string",
                          "value": "string"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6pool": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "addV6Pool",
        "description": "The parameters and request body are for method: addV6Pool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "modifyV6Pool",
        "description": "The parameters and request body are for method: modifyV6Pool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{}/v6pool/{pathv2}": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteV6Pool",
        "description": "The parameters and request body are for method: deleteV6Pool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/v4network": {
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "modifyV4Network",
        "description": "The parameters and request body are for method: modifyV4Network. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/v4subnet/split": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "splitV4Subnet",
        "description": "The parameters and request body are for method: splitV4Subnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/v4subnet/join": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "joinV4Subnet",
        "description": "The parameters and request body are for method: joinV4Subnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/v4address/generateobjectname": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "generateObjectName",
        "description": "The parameters and request body are for method: generateObjectName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "objectClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/v4addresses": {
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "updateV4Addresses",
        "description": "The parameters and request body are for method: updateV4Addresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/v4address{extension}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "searchV4Address",
        "description": "The parameters and request body are for method: searchV4Address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "objectAddr": {
                        "type": "string"
                      },
                      "subnetAddr": {
                        "type": "string"
                      },
                      "objectName": {
                        "type": "string"
                      },
                      "objectClass": {
                        "type": "string"
                      },
                      "domainName": {
                        "type": "string"
                      },
                      "expiredDate": {
                        "type": "string"
                      },
                      "serverType": {
                        "type": "string"
                      },
                      "applName": {
                        "type": "string"
                      },
                      "objectTag": {
                        "type": "string"
                      },
                      "roomId": {
                        "type": "string"
                      },
                      "manufacturer": {
                        "type": "string"
                      },
                      "modelType": {
                        "type": "string"
                      },
                      "serialNumber": {
                        "type": "string"
                      },
                      "assetNumber": {
                        "type": "string"
                      },
                      "hostId": {
                        "type": "string"
                      },
                      "purchaseDate": {
                        "type": "string"
                      },
                      "objectDesc": {
                        "type": "string"
                      },
                      "hubName": {
                        "type": "string"
                      },
                      "slotName": {
                        "type": "string"
                      },
                      "portNumber": {
                        "type": "string"
                      },
                      "locationId": {
                        "type": "string"
                      },
                      "street1": {
                        "type": "string"
                      },
                      "street2": {
                        "type": "string"
                      },
                      "city": {
                        "type": "string"
                      },
                      "state": {
                        "type": "string"
                      },
                      "zip": {
                        "type": "string"
                      },
                      "country": {
                        "type": "string"
                      },
                      "contactId": {
                        "type": "string"
                      },
                      "contactLastName": {
                        "type": "string"
                      },
                      "contactFirstName": {
                        "type": "string"
                      },
                      "contactEmail": {
                        "type": "string"
                      },
                      "contactPhone": {
                        "type": "string"
                      },
                      "contactPager": {
                        "type": "string"
                      },
                      "routerGroup": {
                        "type": "string"
                      },
                      "dynamicConfig": {
                        "type": "string"
                      },
                      "macAddr": {
                        "type": "string"
                      },
                      "tftpServer": {
                        "type": "string"
                      },
                      "bootFileName": {
                        "type": "string"
                      },
                      "hardwareType": {
                        "type": "string"
                      },
                      "aliases": {
                        "type": "string"
                      },
                      "mailForwarders": {
                        "type": "string"
                      },
                      "mailHosts": {
                        "type": "string"
                      },
                      "hubSlots": {
                        "type": "string"
                      },
                      "dnsServers": {
                        "type": "string"
                      },
                      "timeServers": {
                        "type": "string"
                      },
                      "defaultRouters": {
                        "type": "string"
                      },
                      "userClasses": {
                        "type": "string"
                      },
                      "users": {
                        "type": "string"
                      },
                      "nameService": {
                        "type": "string"
                      },
                      "dynamicDnsUpdate": {
                        "type": "string"
                      },
                      "dhcpServer": {
                        "type": "string"
                      },
                      "dhcpOptionTemplate": {
                        "type": "string"
                      },
                      "dhcpPolicyTemplate": {
                        "type": "string"
                      },
                      "leaseTime": {
                        "type": "string"
                      },
                      "ttlTime": {
                        "type": "string"
                      },
                      "vendorClass": {
                        "type": "string"
                      },
                      "clientId": {
                        "type": "string"
                      },
                      "dualProtocol": {
                        "type": "string"
                      },
                      "decNetArea": {
                        "type": "string"
                      },
                      "decNetAddr": {
                        "type": "string"
                      },
                      "decNetNode": {
                        "type": "string"
                      },
                      "talkType": {
                        "type": "string"
                      },
                      "ipxNode": {
                        "type": "string"
                      },
                      "ipxNetworkNumber": {
                        "type": "string"
                      },
                      "netBiosDomain": {
                        "type": "string"
                      },
                      "netBiosName": {
                        "type": "string"
                      },
                      "usageBillServices": {
                        "type": "string"
                      },
                      "usageBillLocation": {
                        "type": "string"
                      },
                      "usageBillUserGroup": {
                        "type": "string"
                      },
                      "usageBillObjectClass": {
                        "type": "string"
                      },
                      "allowModifyDynamicRRs": {
                        "type": "string"
                      },
                      "tombstoned": {
                        "type": "string"
                      },
                      "externalComment": {
                        "type": "string"
                      },
                      "externalTimestamp": {
                        "type": "string"
                      },
                      "manualFlag": {
                        "type": "string"
                      },
                      "nodeId": {
                        "type": "string"
                      },
                      "uniqueNodeId": {
                        "type": "string"
                      },
                      "aTTL": {
                        "type": "string"
                      },
                      "ptrTTL": {
                        "type": "string"
                      },
                      "publishA": {
                        "type": "string"
                      },
                      "publishPTR": {
                        "type": "string"
                      },
                      "dhcpClientClass": {
                        "type": "string"
                      },
                      "isUpdate": {
                        "type": "string"
                      },
                      "isAddSelected": {
                        "type": "string"
                      },
                      "isCheckDupName": {
                        "type": "string"
                      },
                      "isCheckOnlyFQDNDups": {
                        "type": "string"
                      },
                      "isSwapAliasAndObjectName": {
                        "type": "string"
                      },
                      "localManualFlag": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "objectAddr": "string",
                    "subnetAddr": "string",
                    "objectName": "string",
                    "objectClass": "string",
                    "domainName": "string",
                    "expiredDate": "string",
                    "serverType": "string",
                    "applName": "string",
                    "objectTag": "string",
                    "roomId": "string",
                    "manufacturer": "string",
                    "modelType": "string",
                    "serialNumber": "string",
                    "assetNumber": "string",
                    "hostId": "string",
                    "purchaseDate": "string",
                    "objectDesc": "string",
                    "hubName": "string",
                    "slotName": "string",
                    "portNumber": "string",
                    "locationId": "string",
                    "street1": "string",
                    "street2": "string",
                    "city": "string",
                    "state": "string",
                    "zip": "string",
                    "country": "string",
                    "contactId": "string",
                    "contactLastName": "string",
                    "contactFirstName": "string",
                    "contactEmail": "string",
                    "contactPhone": "string",
                    "contactPager": "string",
                    "routerGroup": "string",
                    "dynamicConfig": "string",
                    "macAddr": "string",
                    "tftpServer": "string",
                    "bootFileName": "string",
                    "hardwareType": "string",
                    "aliases": "string",
                    "mailForwarders": "string",
                    "mailHosts": "string",
                    "hubSlots": "string",
                    "dnsServers": "string",
                    "timeServers": "string",
                    "defaultRouters": "string",
                    "userClasses": "string",
                    "users": "string",
                    "nameService": "string",
                    "dynamicDnsUpdate": "string",
                    "dhcpServer": "string",
                    "dhcpOptionTemplate": "string",
                    "dhcpPolicyTemplate": "string",
                    "leaseTime": "string",
                    "ttlTime": "string",
                    "vendorClass": "string",
                    "clientId": "string",
                    "dualProtocol": "string",
                    "decNetArea": "string",
                    "decNetAddr": "string",
                    "decNetNode": "string",
                    "talkType": "string",
                    "ipxNode": "string",
                    "ipxNetworkNumber": "string",
                    "netBiosDomain": "string",
                    "netBiosName": "string",
                    "usageBillServices": "string",
                    "usageBillLocation": "string",
                    "usageBillUserGroup": "string",
                    "usageBillObjectClass": "string",
                    "allowModifyDynamicRRs": "string",
                    "tombstoned": "string",
                    "externalComment": "string",
                    "externalTimestamp": "string",
                    "manualFlag": "string",
                    "nodeId": "string",
                    "uniqueNodeId": "string",
                    "aTTL": "string",
                    "ptrTTL": "string",
                    "publishA": "string",
                    "publishPTR": "string",
                    "dhcpClientClass": "string",
                    "isUpdate": "string",
                    "isAddSelected": "string",
                    "isCheckDupName": "string",
                    "isCheckOnlyFQDNDups": "string",
                    "isSwapAliasAndObjectName": "string",
                    "localManualFlag": "string"
                  },
                  {
                    "objectAddr": "string",
                    "subnetAddr": "string",
                    "objectName": "string",
                    "objectClass": "string",
                    "domainName": "string",
                    "expiredDate": "string",
                    "serverType": "string",
                    "applName": "string",
                    "objectTag": "string",
                    "roomId": "string",
                    "manufacturer": "string",
                    "modelType": "string",
                    "serialNumber": "string",
                    "assetNumber": "string",
                    "hostId": "string",
                    "purchaseDate": "string",
                    "objectDesc": "string",
                    "hubName": "string",
                    "slotName": "string",
                    "portNumber": "string",
                    "locationId": "string",
                    "street1": "string",
                    "street2": "string",
                    "city": "string",
                    "state": "string",
                    "zip": "string",
                    "country": "string",
                    "contactId": "string",
                    "contactLastName": "string",
                    "contactFirstName": "string",
                    "contactEmail": "string",
                    "contactPhone": "string",
                    "contactPager": "string",
                    "routerGroup": "string",
                    "dynamicConfig": "string",
                    "macAddr": "string",
                    "tftpServer": "string",
                    "bootFileName": "string",
                    "hardwareType": "string",
                    "aliases": "string",
                    "mailForwarders": "string",
                    "mailHosts": "string",
                    "hubSlots": "string",
                    "dnsServers": "string",
                    "timeServers": "string",
                    "defaultRouters": "string",
                    "userClasses": "string",
                    "users": "string",
                    "nameService": "string",
                    "dynamicDnsUpdate": "string",
                    "dhcpServer": "string",
                    "dhcpOptionTemplate": "string",
                    "dhcpPolicyTemplate": "string",
                    "leaseTime": "string",
                    "ttlTime": "string",
                    "vendorClass": "string",
                    "clientId": "string",
                    "dualProtocol": "string",
                    "decNetArea": "string",
                    "decNetAddr": "string",
                    "decNetNode": "string",
                    "talkType": "string",
                    "ipxNode": "string",
                    "ipxNetworkNumber": "string",
                    "netBiosDomain": "string",
                    "netBiosName": "string",
                    "usageBillServices": "string",
                    "usageBillLocation": "string",
                    "usageBillUserGroup": "string",
                    "usageBillObjectClass": "string",
                    "allowModifyDynamicRRs": "string",
                    "tombstoned": "string",
                    "externalComment": "string",
                    "externalTimestamp": "string",
                    "manualFlag": "string",
                    "nodeId": "string",
                    "uniqueNodeId": "string",
                    "aTTL": "string",
                    "ptrTTL": "string",
                    "publishA": "string",
                    "publishPTR": "string",
                    "dhcpClientClass": "string",
                    "isUpdate": "string",
                    "isAddSelected": "string",
                    "isCheckDupName": "string",
                    "isCheckOnlyFQDNDups": "string",
                    "isSwapAliasAndObjectName": "string",
                    "localManualFlag": "string"
                  },
                  {
                    "objectAddr": "string",
                    "subnetAddr": "string",
                    "objectName": "string",
                    "objectClass": "string",
                    "domainName": "string",
                    "expiredDate": "string",
                    "serverType": "string",
                    "applName": "string",
                    "objectTag": "string",
                    "roomId": "string",
                    "manufacturer": "string",
                    "modelType": "string",
                    "serialNumber": "string",
                    "assetNumber": "string",
                    "hostId": "string",
                    "purchaseDate": "string",
                    "objectDesc": "string",
                    "hubName": "string",
                    "slotName": "string",
                    "portNumber": "string",
                    "locationId": "string",
                    "street1": "string",
                    "street2": "string",
                    "city": "string",
                    "state": "string",
                    "zip": "string",
                    "country": "string",
                    "contactId": "string",
                    "contactLastName": "string",
                    "contactFirstName": "string",
                    "contactEmail": "string",
                    "contactPhone": "string",
                    "contactPager": "string",
                    "routerGroup": "string",
                    "dynamicConfig": "string",
                    "macAddr": "string",
                    "tftpServer": "string",
                    "bootFileName": "string",
                    "hardwareType": "string",
                    "aliases": "string",
                    "mailForwarders": "string",
                    "mailHosts": "string",
                    "hubSlots": "string",
                    "dnsServers": "string",
                    "timeServers": "string",
                    "defaultRouters": "string",
                    "userClasses": "string",
                    "users": "string",
                    "nameService": "string",
                    "dynamicDnsUpdate": "string",
                    "dhcpServer": "string",
                    "dhcpOptionTemplate": "string",
                    "dhcpPolicyTemplate": "string",
                    "leaseTime": "string",
                    "ttlTime": "string",
                    "vendorClass": "string",
                    "clientId": "string",
                    "dualProtocol": "string",
                    "decNetArea": "string",
                    "decNetAddr": "string",
                    "decNetNode": "string",
                    "talkType": "string",
                    "ipxNode": "string",
                    "ipxNetworkNumber": "string",
                    "netBiosDomain": "string",
                    "netBiosName": "string",
                    "usageBillServices": "string",
                    "usageBillLocation": "string",
                    "usageBillUserGroup": "string",
                    "usageBillObjectClass": "string",
                    "allowModifyDynamicRRs": "string",
                    "tombstoned": "string",
                    "externalComment": "string",
                    "externalTimestamp": "string",
                    "manualFlag": "string",
                    "nodeId": "string",
                    "uniqueNodeId": "string",
                    "aTTL": "string",
                    "ptrTTL": "string",
                    "publishA": "string",
                    "publishPTR": "string",
                    "dhcpClientClass": "string",
                    "isUpdate": "string",
                    "isAddSelected": "string",
                    "isCheckDupName": "string",
                    "isCheckOnlyFQDNDups": "string",
                    "isSwapAliasAndObjectName": "string",
                    "localManualFlag": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "udaName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "udaValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/rr/{rrId}": {
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteARrByRrId",
        "description": "The parameters and request body are for method: deleteARrByRrId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "rrId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rrId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/moveV4Object": {
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "moveV4Object",
        "description": "The parameters and request body are for method: moveV4Object. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "list": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "message": {
                              "type": "string"
                            },
                            "messageDetail": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "list": [
                      {
                        "message": "Moving V4 Object from 192.168.88.2 to 192.168.99.10 is sucessful.",
                        "messageDetail": "Moved from: 192.168.88.2 to: 192.168.99.10"
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.5 to 192.168.77.0 is failed.",
                        "messageDetail": "Destination subnet does not exist 192.168.77.0"
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.5 to 192.168.77.1 is failed.",
                        "messageDetail": "Subnet Move CLI qip-move error C:\\qip\\cli\\qip-move\r\nSubnet for 192.168.77.1  does not exist!\r\nNot found in database!\r\n"
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.5 to 192.168.77.1 is failed.",
                        "messageDetail": "Invalid fields [moveOption] when moving object from [192.168.88.2] to [192.168.99.0]."
                      },
                      {
                        "message": "Moving V4 Object from 192.168.99.3 to 192.168.99.99 is failed.",
                        "messageDetail": "Subnet Move CLI qip-move error [SERVERERROR] Error from Server: ORA-20000: 77: This IP address is used.\r\nORA-06512: at \"QIPADMIN.QSIDBERROR\", line 67\r\nORA-06512: at \"QIPADMIN.CREATEPLACEHOLDER\", line 69\r\nORA-06512: at line 1\r\n\r\n\r\nC:\\qip\\cli\\qip-move ERROR: move failed!\r\nC:\\qip\\cli\\qip-move\r\n192.168.99.3\r\nError code = -1\r\n"
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.1 to 192.168.99.0 is failed.",
                        "messageDetail": "Could not find IPv4 Address 192.168.088.001."
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.5 to 192.168.88.12 is failed.",
                        "messageDetail": "The scheduled time is not in a date format."
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.5 to 192.168.88.12 is failed.",
                        "messageDetail": "Subnet Move CLI qip-move error C:\\qip\\cli\\qip-move\r\ntime must be at least one hour from now\r\nInvalid parameter passed!\r\n"
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.2 to 192.168.99.9 is failed.",
                        "messageDetail": "Subnet Move CLI qip-move error C:\\qip\\cli\\qip-move\r\nDateTime must be in the future.\r\nInvalid parameter passed!\r\n"
                      }
                    ]
                  },
                  {
                    "list": [
                      {
                        "message": "Moving V4 Object from 192.168.88.2 to 192.168.99.10 is sucessful.",
                        "messageDetail": "Moved from: 192.168.88.2 to: 192.168.99.10"
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.5 to 192.168.77.0 is failed.",
                        "messageDetail": "Destination subnet does not exist 192.168.77.0"
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.5 to 192.168.77.1 is failed.",
                        "messageDetail": "Subnet Move CLI qip-move error C:\\qip\\cli\\qip-move\r\nSubnet for 192.168.77.1  does not exist!\r\nNot found in database!\r\n"
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.5 to 192.168.77.1 is failed.",
                        "messageDetail": "Invalid fields [moveOption] when moving object from [192.168.88.2] to [192.168.99.0]."
                      },
                      {
                        "message": "Moving V4 Object from 192.168.99.3 to 192.168.99.99 is failed.",
                        "messageDetail": "Subnet Move CLI qip-move error [SERVERERROR] Error from Server: ORA-20000: 77: This IP address is used.\r\nORA-06512: at \"QIPADMIN.QSIDBERROR\", line 67\r\nORA-06512: at \"QIPADMIN.CREATEPLACEHOLDER\", line 69\r\nORA-06512: at line 1\r\n\r\n\r\nC:\\qip\\cli\\qip-move ERROR: move failed!\r\nC:\\qip\\cli\\qip-move\r\n192.168.99.3\r\nError code = -1\r\n"
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.1 to 192.168.99.0 is failed.",
                        "messageDetail": "Could not find IPv4 Address 192.168.088.001."
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.5 to 192.168.88.12 is failed.",
                        "messageDetail": "The scheduled time is not in a date format."
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.5 to 192.168.88.12 is failed.",
                        "messageDetail": "Subnet Move CLI qip-move error C:\\qip\\cli\\qip-move\r\ntime must be at least one hour from now\r\nInvalid parameter passed!\r\n"
                      },
                      {
                        "message": "Moving V4 Object from 192.168.88.2 to 192.168.99.9 is failed.",
                        "messageDetail": "Subnet Move CLI qip-move error C:\\qip\\cli\\qip-move\r\nDateTime must be in the future.\r\nInvalid parameter passed!\r\n"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/address/getipv4address{extension}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getipv4address",
        "description": "The parameters and request body are for method: getipv4address. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipAddrStr": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ipAddrStr": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "subnetAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startExcludedAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "excludedAddressCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/v4address/generateauditreport": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getV1OrgNameV4addressGenerateauditreport",
        "description": "The parameters and request body are for method: getV1OrgNameV4addressGenerateauditreport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "startDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "udaName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "udaValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reportFormat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/v4network/getfreesubnetlist{extension}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getfreesubnetlist",
        "description": "The parameters and request body are for method: getfreesubnetlist. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "networkAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subnetMask",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "numberOfSubnet",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/v6address/movev6object": {
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "movev6object",
        "description": "The parameters and request body are for method: movev6object. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "list": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "message": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "list": [
                      {
                        "message": "Moving V6 Object from 2005::2 to 2008::6 is successful."
                      },
                      {
                        "message": "Moving V6 Object from 2005::3 to 2006:: is successful.",
                        "messageDetail": "Destination Address: 2006::2. Scheduled At: Move V6 Object from 2005::3 to 2006::1. Job id is: 20."
                      },
                      {
                        "message": "Moving V6 Object from 2005::8 to 2006:: is failed.",
                        "messageDetail": "Cannot move the IPv6 Address 2005::8 which has associated with server(s)."
                      },
                      {
                        "message": "Moving V6 Object from 2005::1 to 2006::6 is failed.",
                        "messageDetail": "Could not find IPv6 Address 2005::1."
                      },
                      {
                        "message": "Moving V6 Object from 2005::5 to 2007::12 is failed.",
                        "messageDetail": "The scheduled time is not in a date format."
                      }
                    ]
                  },
                  {
                    "list": [
                      {
                        "message": "Moving V6 Object from 2005::2 to 2008::6 is successful."
                      },
                      {
                        "message": "Moving V6 Object from 2005::3 to 2006:: is successful.",
                        "messageDetail": "Destination Address: 2006::2. Scheduled At: Move V6 Object from 2005::3 to 2006::1. Job id is: 20."
                      },
                      {
                        "message": "Moving V6 Object from 2005::8 to 2006:: is failed.",
                        "messageDetail": "Cannot move the IPv6 Address 2005::8 which has associated with server(s)."
                      },
                      {
                        "message": "Moving V6 Object from 2005::1 to 2006::6 is failed.",
                        "messageDetail": "Could not find IPv6 Address 2005::1."
                      },
                      {
                        "message": "Moving V6 Object from 2005::5 to 2007::12 is failed.",
                        "messageDetail": "The scheduled time is not in a date format."
                      }
                    ]
                  },
                  {
                    "list": [
                      {
                        "message": "Moving V6 Object from 2005::2 to 2008::6 is successful."
                      },
                      {
                        "message": "Moving V6 Object from 2005::3 to 2006:: is successful.",
                        "messageDetail": "Destination Address: 2006::2. Scheduled At: Move V6 Object from 2005::3 to 2006::1. Job id is: 20."
                      },
                      {
                        "message": "Moving V6 Object from 2005::8 to 2006:: is failed.",
                        "messageDetail": "Cannot move the IPv6 Address 2005::8 which has associated with server(s)."
                      },
                      {
                        "message": "Moving V6 Object from 2005::1 to 2006::6 is failed.",
                        "messageDetail": "Could not find IPv6 Address 2005::1."
                      },
                      {
                        "message": "Moving V6 Object from 2005::5 to 2007::12 is failed.",
                        "messageDetail": "The scheduled time is not in a date format."
                      }
                    ]
                  },
                  {
                    "list": [
                      {
                        "message": "Moving V6 Object from 2005::2 to 2008::6 is successful."
                      },
                      {
                        "message": "Moving V6 Object from 2005::3 to 2006:: is successful.",
                        "messageDetail": "Destination Address: 2006::2. Scheduled At: Move V6 Object from 2005::3 to 2006::1. Job id is: 20."
                      },
                      {
                        "message": "Moving V6 Object from 2005::8 to 2006:: is failed.",
                        "messageDetail": "Cannot move the IPv6 Address 2005::8 which has associated with server(s)."
                      },
                      {
                        "message": "Moving V6 Object from 2005::1 to 2006::6 is failed.",
                        "messageDetail": "Could not find IPv6 Address 2005::1."
                      },
                      {
                        "message": "Moving V6 Object from 2005::5 to 2007::12 is failed.",
                        "messageDetail": "The scheduled time is not in a date format."
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/zone/forwardedzone": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "addForwardedZone",
        "description": "The parameters and request body are for method: addForwardedZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/zone/forwardedzone/{forwardedZoneName}/": {
      "put": {
        "tags": [
          "OrgName"
        ],
        "operationId": "modifyForwardedZone",
        "description": "The parameters and request body are for method: modifyForwardedZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "forwardedZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardedZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "OrgName"
        ],
        "operationId": "deleteForwardedZone",
        "description": "The parameters and request body are for method: deleteForwardedZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "forwardedZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardedZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/zone/forwardedzone/{extension}{forwardedZoneName}": {
      "get": {
        "tags": [
          "OrgName"
        ],
        "operationId": "getForwardedZone",
        "description": "The parameters and request body are for method: getForwardedZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "forwardedZoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forwardedZoneName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/zone/signzone": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "signzone",
        "description": "The parameters and request body are for method: signzone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/zone/unsignzone/{zoneName}/": {
      "post": {
        "tags": [
          "OrgName"
        ],
        "operationId": "unsignzone",
        "description": "The parameters and request body are for method: unsignzone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "zoneName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "zoneName",
              "type": "string"
            }
          },
          {
            "name": "emergency",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dns/generation{extension}": {
      "post": {
        "tags": [
          "DNSServer"
        ],
        "operationId": "pushDNS",
        "description": "The parameters and request body are for method: pushDNS. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/dns/{fqdn}{extension}": {
      "get": {
        "tags": [
          "DNSServer"
        ],
        "operationId": "getDNSServer",
        "description": "The parameters and request body are for method: getDNSServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "fqdn",
            "in": "path",
            "required": true,
            "schema": {
              "title": "fqdn",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dns{extension}": {
      "get": {
        "tags": [
          "DNSServer"
        ],
        "operationId": "searchDNSServer",
        "description": "The parameters and request body are for method: searchDNSServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dns": {
      "post": {
        "tags": [
          "DNSServer"
        ],
        "operationId": "createDNS",
        "description": "The parameters and request body are for method: createDNS. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/dns/{serverFQDN}/": {
      "delete": {
        "tags": [
          "DNSServer"
        ],
        "operationId": "deleteDNSServer",
        "description": "The parameters and request body are for method: deleteDNSServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "serverFQDN",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serverFQDN",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "DNSServer"
        ],
        "operationId": "modifyDNS",
        "description": "The parameters and request body are for method: modifyDNS. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "serverFQDN",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serverFQDN",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/dns/serverZone{extension}": {
      "get": {
        "tags": [
          "DNSServer"
        ],
        "operationId": "getDNSServerZone",
        "description": "The parameters and request body are for method: getDNSServerZone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "fqdn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "zoneName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dns/{fqdn}/zones": {
      "put": {
        "tags": [
          "DNSServer"
        ],
        "operationId": "managezone",
        "description": "The parameters and request body are for method: managezone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "fqdn",
            "in": "path",
            "required": true,
            "schema": {
              "title": "fqdn",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{extension}/dnsservertemplate/{orgName}{name}": {
      "get": {
        "tags": [
          "DNSServerTemplate"
        ],
        "operationId": "getDnsServerTemplate",
        "description": "The parameters and request body are for method: getDnsServerTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dnsservertemplate/{name}/": {
      "delete": {
        "tags": [
          "DNSServerTemplate"
        ],
        "operationId": "deleteDnsServerTemplate",
        "description": "The parameters and request body are for method: deleteDnsServerTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dnsservertemplate": {
      "post": {
        "tags": [
          "DNSServerTemplate"
        ],
        "operationId": "createDNSServerTemplate",
        "description": "The parameters and request body are for method: createDNSServerTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "DNSServerTemplate"
        ],
        "operationId": "modifyDnsServerTemplate",
        "description": "The parameters and request body are for method: modifyDnsServerTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{extension}/dnsservertemplate{orgName}": {
      "get": {
        "tags": [
          "DNSServerTemplate"
        ],
        "operationId": "searchDnsServerTemplate",
        "description": "The parameters and request body are for method: searchDnsServerTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "templateName": {
                        "type": "string"
                      },
                      "serverType": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "templateName": "string",
                    "serverType": "string"
                  },
                  {
                    "templateName": "string",
                    "serverType": "string"
                  },
                  {
                    "templateName": "string",
                    "serverType": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "zone",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcp/generation{extension}": {
      "post": {
        "tags": [
          "DHCPServer"
        ],
        "operationId": "generateDHCP",
        "description": "The parameters and request body are for method: generateDHCP. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcp/scope": {
      "post": {
        "tags": [
          "DHCPServer"
        ],
        "operationId": "createScope",
        "description": "The parameters and request body are for method: createScope. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "DHCPServer"
        ],
        "operationId": "modifyScope",
        "description": "The parameters and request body are for method: modifyScope. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "startAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcp": {
      "post": {
        "tags": [
          "DHCPServer"
        ],
        "operationId": "createDHCP",
        "description": "The parameters and request body are for method: createDHCP. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcp/{serverFQDN}/": {
      "delete": {
        "tags": [
          "DHCPServer"
        ],
        "operationId": "deleteDHCPServer",
        "description": "The parameters and request body are for method: deleteDHCPServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "serverFQDN",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serverFQDN",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "DHCPServer"
        ],
        "operationId": "modifyDHCP",
        "description": "The parameters and request body are for method: modifyDHCP. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "serverFQDN",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serverFQDN",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcp{extension}": {
      "get": {
        "tags": [
          "DHCPServer"
        ],
        "operationId": "searchDHCPServer",
        "description": "The parameters and request body are for method: searchDHCPServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcp/{fqdn}{extension}": {
      "get": {
        "tags": [
          "DHCPServer"
        ],
        "operationId": "getDHCPServer",
        "description": "The parameters and request body are for method: getDHCPServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "fqdn",
            "in": "path",
            "required": true,
            "schema": {
              "title": "fqdn",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/block/explicit": {
      "post": {
        "tags": [
          "NotificationBlockChange"
        ],
        "operationId": "explicitBlock",
        "description": "The parameters and request body are for method: explicitBlock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/block/allocate": {
      "post": {
        "tags": [
          "NotificationBlockChange"
        ],
        "operationId": "allocateBlock",
        "description": "The parameters and request body are for method: allocateBlock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/block/recover": {
      "post": {
        "tags": [
          "NotificationBlockChange"
        ],
        "operationId": "recoverBlock",
        "description": "The parameters and request body are for method: recoverBlock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/block/quick": {
      "post": {
        "tags": [
          "NotificationBlockChange"
        ],
        "operationId": "quickBlock",
        "description": "The parameters and request body are for method: quickBlock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/jobstatus{extension}": {
      "get": {
        "tags": [
          "JobStatus"
        ],
        "operationId": "checkStatus",
        "description": "The parameters and request body are for method: checkStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/download/{token}": {
      "get": {
        "tags": [
          "ConfigurationFileDownload"
        ],
        "operationId": "downloadConfigFiles",
        "description": "The parameters and request body are for method: downloadConfigFiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "token",
            "in": "path",
            "required": true,
            "schema": {
              "title": "token",
              "type": "string"
            }
          },
          {
            "name": "files",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/global/v1/utils/x509/decode": {
      "post": {
        "tags": [
          "Utilities"
        ],
        "operationId": "decodeX509Certificate",
        "description": "The parameters and request body are for method: decodeX509Certificate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "certificate": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "certificate": "certificate"
              }
            }
          }
        }
      }
    },
    "/global/v1/utils/x509/generate": {
      "post": {
        "tags": [
          "Utilities"
        ],
        "operationId": "generateKeyPair",
        "description": "The parameters and request body are for method: generateKeyPair. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/global/v1/samlidp": {
      "post": {
        "tags": [
          "SAMLIdentityProvider"
        ],
        "operationId": "addSamlIdp",
        "description": "The parameters and request body are for method: addSamlIdp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "SAMLIdentityProvider"
        ],
        "operationId": "modifySamlIdentityProvider",
        "description": "The parameters and request body are for method: modifySamlIdentityProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/global/v1/samlidp/{extension}{samlIdpName}": {
      "get": {
        "tags": [
          "SAMLIdentityProvider"
        ],
        "operationId": "getByName",
        "description": "The parameters and request body are for method: getByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "samlIdpName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "samlIdpName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/global/v1/samlidp{extension}": {
      "get": {
        "tags": [
          "SAMLIdentityProvider"
        ],
        "operationId": "searchSamlIdpByName",
        "description": "The parameters and request body are for method: searchSamlIdpByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "active": {
                        "type": "boolean"
                      },
                      "entityId": {
                        "type": "string"
                      },
                      "lastUpdateDate": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "ADFS QIP",
                    "active": true,
                    "entityId": "http://idp.example.com/adfs/services/trust",
                    "lastUpdateDate": "2017-03-28 11:25:27.656"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "samlIdpName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/global/v1/samlidp/{samlIdpName}": {
      "delete": {
        "tags": [
          "SAMLIdentityProvider"
        ],
        "operationId": "deleteSAMLIdentityProvider",
        "description": "The parameters and request body are for method: deleteSAMLIdentityProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "samlIdpName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "samlIdpName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/global/v1/samlconfiguration": {
      "put": {
        "tags": [
          "SAMLConfiguration"
        ],
        "operationId": "updateSamlConfiguration",
        "description": "The parameters and request body are for method: updateSamlConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/global/v1/samlconfiguration{extension}": {
      "get": {
        "tags": [
          "SAMLConfiguration"
        ],
        "operationId": "getSamlConfiguration",
        "description": "The parameters and request body are for method: getSamlConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/global/v1/samlconfiguration/running{extension}": {
      "get": {
        "tags": [
          "SAMLConfiguration"
        ],
        "operationId": "getRunningSamlConfiguration",
        "description": "The parameters and request body are for method: getRunningSamlConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/qip-search{extension}": {
      "get": {
        "tags": [
          "QipSearch"
        ],
        "operationId": "qipSearch",
        "description": "The parameters and request body are for method: qipSearch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subSearchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subRange",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "target",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/managed-tsigkey{extension}": {
      "get": {
        "tags": [
          "ManagedTSIGKey"
        ],
        "operationId": "getV1OrgNameManagedTsigkeyExtension",
        "description": "The parameters and request body are for method: getV1OrgNameManagedTsigkeyExtension. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "key": {
                        "type": "string"
                      },
                      "keyCreationDate": {
                        "type": "number"
                      },
                      "keyState": {
                        "type": "string"
                      },
                      "server": {
                        "type": "string"
                      },
                      "publicationDate": {
                        "type": "number"
                      },
                      "publicationRequired": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "key": "vitalqip-1-1",
                    "keyCreationDate": 1496647905567,
                    "keyState": "Active",
                    "server": "example.com",
                    "publicationDate": 1496721269305,
                    "publicationRequired": true
                  },
                  {
                    "key": "vitalqip-1-1",
                    "keyCreationDate": 1496647905567,
                    "keyState": "Active",
                    "server": "example.com",
                    "publicationDate": 1496721269305,
                    "publicationRequired": true
                  },
                  {
                    "key": "vitalqip-1-1",
                    "keyCreationDate": 1496647905567,
                    "keyState": "Active",
                    "server": "example.com",
                    "publicationDate": 1496721269305,
                    "publicationRequired": true
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/managed-tsigkey": {
      "post": {
        "tags": [
          "ManagedTSIGKey"
        ],
        "operationId": "postV1OrgNameManagedTsigkey",
        "description": "The parameters and request body are for method: postV1OrgNameManagedTsigkey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/{loginName}{extension}": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "getAdmin",
        "description": "The parameters and request body are for method: getAdmin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "loginName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "loginName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin{extension}": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "searchAdmin",
        "description": "The parameters and request body are for method: searchAdmin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "loginName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "adminType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "adminStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin": {
      "post": {
        "tags": [
          "Admin"
        ],
        "operationId": "createAdmin",
        "description": "The parameters and request body are for method: createAdmin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Admin"
        ],
        "operationId": "modifyAdmin",
        "description": "The parameters and request body are for method: modifyAdmin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "loginName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Admin"
        ],
        "operationId": "deleteAdmin",
        "description": "The parameters and request body are for method: deleteAdmin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "loginName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/changePassword": {
      "put": {
        "tags": [
          "Admin"
        ],
        "operationId": "changePassword",
        "description": "The parameters and request body are for method: changePassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "loginName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "newPassword",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "confirmNewPassword",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/managedList{extension}": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "getManagedList",
        "description": "The parameters and request body are for method: getManagedList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "loginName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedOrgName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/managedList": {
      "post": {
        "tags": [
          "Admin"
        ],
        "operationId": "assignManageList",
        "description": "The parameters and request body are for method: assignManageList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "loginName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "assignedOrgName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/report": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "getReport",
        "description": "The parameters and request body are for method: getReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "adminNames",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "adminStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reportFormat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/activityreport": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "activityreport",
        "description": "The parameters and request body are for method: activityreport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "administrator",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortOrder",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reportFormat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/role": {
      "post": {
        "tags": [
          "Admin"
        ],
        "operationId": "createAdminRole",
        "description": "The parameters and request body are for method: createAdminRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/role{extension}": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "searchAdminRole",
        "description": "The parameters and request body are for method: searchAdminRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "adminRoleName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/role/{adminRoleName}": {
      "put": {
        "tags": [
          "Admin"
        ],
        "operationId": "modifyAdminRole",
        "description": "The parameters and request body are for method: modifyAdminRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "adminRoleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "adminRoleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Admin"
        ],
        "operationId": "deleteAdminRole",
        "description": "The parameters and request body are for method: deleteAdminRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "adminRoleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "adminRoleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/role/{extension}/assignedAdmin{adminRoleName}": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "searchAdminRoleAssignedAdmin",
        "description": "The parameters and request body are for method: searchAdminRoleAssignedAdmin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "adminRoleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "adminRoleName",
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/role/{extension}/managedList{adminRoleName}": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "getAdminRoleManagedList",
        "description": "The parameters and request body are for method: getAdminRoleManagedList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "adminRoleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "adminRoleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/admin/role/{adminRoleName}/managedList": {
      "post": {
        "tags": [
          "Admin"
        ],
        "operationId": "assignAdminRoleManagedList",
        "description": "The parameters and request body are for method: assignAdminRoleManagedList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "adminRoleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "adminRoleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcpoptiontemplate": {
      "post": {
        "tags": [
          "DHCPOptionTemplate"
        ],
        "operationId": "createDHCPTemplate",
        "description": "The parameters and request body are for method: createDHCPTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "DHCPOptionTemplate"
        ],
        "operationId": "modifyDHCPOptonTemplate",
        "description": "The parameters and request body are for method: modifyDHCPOptonTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "templateName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DHCPOptionTemplate"
        ],
        "operationId": "deleteDhcpOptionTemplate",
        "description": "The parameters and request body are for method: deleteDhcpOptionTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "templateName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcpoptiontemplate/{extension}{infraType}": {
      "get": {
        "tags": [
          "DHCPOptionTemplate"
        ],
        "operationId": "getDHCPOptionTemplate",
        "description": "The parameters and request body are for method: getDHCPOptionTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "infraType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "infraType",
              "type": "string"
            }
          },
          {
            "name": "address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "templateName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcpoptiontemplate/searchoptiontmplbyoptnum{extension}": {
      "get": {
        "tags": [
          "DHCPOptionTemplate"
        ],
        "operationId": "searchDhcpOptionTemplateOptNum",
        "description": "The parameters and request body are for method: searchDhcpOptionTemplateOptNum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "optionNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcpoptiontemplate/searchoptiontmplbyname{extension}": {
      "get": {
        "tags": [
          "DHCPOptionTemplate"
        ],
        "operationId": "searchDhcpOptionTemplateName",
        "description": "The parameters and request body are for method: searchDhcpOptionTemplateName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "templateName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "numberElement",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcppolicytemplate/{extension}{policyTemplateName}": {
      "get": {
        "tags": [
          "DHCPPolicyTemplate"
        ],
        "operationId": "getDhcpPolicyTemplate",
        "description": "The parameters and request body are for method: getDhcpPolicyTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "policyTemplateName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyTemplateName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/dhcppolicytemplate": {
      "post": {
        "tags": [
          "DHCPPolicyTemplate"
        ],
        "operationId": "createDhcpPolicyTemplate",
        "description": "The parameters and request body are for method: createDhcpPolicyTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "DHCPPolicyTemplate"
        ],
        "operationId": "modifyDHCPolicyTemplate",
        "description": "The parameters and request body are for method: modifyDHCPolicyTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "templateName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DHCPPolicyTemplate"
        ],
        "operationId": "deleteDHCPPolicyTemplate",
        "description": "The parameters and request body are for method: deleteDHCPPolicyTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "templateName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/node": {
      "post": {
        "tags": [
          "Node"
        ],
        "operationId": "postV1OrgNameNode",
        "description": "The parameters and request body are for method: postV1OrgNameNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "Node"
        ],
        "operationId": "putV1OrgNameNode",
        "description": "The parameters and request body are for method: putV1OrgNameNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "uniqueID",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/node{extension}": {
      "get": {
        "tags": [
          "Node"
        ],
        "operationId": "getV1OrgNameNodeExtension",
        "description": "The parameters and request body are for method: getV1OrgNameNodeExtension. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "nodeType": {
                        "type": "string"
                      },
                      "uniqueID": {
                        "type": "string"
                      },
                      "duid": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "udas": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "value": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "udas": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "value": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "nodeType": "string",
                    "uniqueID": "string",
                    "duid": "string",
                    "description": "string",
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "name": "string",
                    "nodeType": "string",
                    "uniqueID": "string",
                    "duid": "string",
                    "description": "string",
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "name": "string",
                    "nodeType": "string",
                    "uniqueID": "string",
                    "duid": "string",
                    "description": "string",
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "name": "string",
                    "nodeType": "string",
                    "uniqueID": "string",
                    "duid": "string",
                    "description": "string",
                    "udas": [
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      },
                      {
                        "name": "string",
                        "value": "string"
                      }
                    ],
                    "groups": [
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      },
                      {
                        "name": "string",
                        "udas": [
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          },
                          {
                            "name": "string",
                            "value": "string"
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "nodeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uniqueID",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "duid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "address",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/node/{extension}{options}": {
      "get": {
        "tags": [
          "Node"
        ],
        "operationId": "getV1OrgNameNodeOptionsExtension",
        "description": "The parameters and request body are for method: getV1OrgNameNodeOptionsExtension. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "options",
            "in": "path",
            "required": true,
            "schema": {
              "title": "options",
              "type": "string"
            }
          },
          {
            "name": "nodeInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "addressType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/node/{uniqueID}": {
      "delete": {
        "tags": [
          "Node"
        ],
        "operationId": "deleteV1OrgNameNodeUniqueID",
        "description": "The parameters and request body are for method: deleteV1OrgNameNodeUniqueID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "uniqueID",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uniqueID",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/node/linknodetoipaddresses": {
      "post": {
        "tags": [
          "Node"
        ],
        "operationId": "postV1OrgNameNodeLinknodetoipaddresses",
        "description": "The parameters and request body are for method: postV1OrgNameNodeLinknodetoipaddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/node/unlinkipv4addressesfromnodes": {
      "post": {
        "tags": [
          "Node"
        ],
        "operationId": "postV1OrgNameNodeUnlinkipv4addressesfromnodes",
        "description": "The parameters and request body are for method: postV1OrgNameNodeUnlinkipv4addressesfromnodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/subnetorganization": {
      "post": {
        "tags": [
          "SubnetOrganization"
        ],
        "operationId": "addSubnetOrganization",
        "description": "The parameters and request body are for method: addSubnetOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/subnetorganization/{extension}{subnetOrgName}": {
      "get": {
        "tags": [
          "SubnetOrganization"
        ],
        "operationId": "getSubnetOrg",
        "description": "The parameters and request body are for method: getSubnetOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "subnetOrgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetOrgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/subnetorganization{extension}": {
      "get": {
        "tags": [
          "SubnetOrganization"
        ],
        "operationId": "pageSearch",
        "description": "The parameters and request body are for method: pageSearch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "subnetOrgName": {
                        "type": "string"
                      },
                      "dhcpServer": {
                        "type": "string"
                      },
                      "dhcpOptionTemplate": {
                        "type": "string"
                      },
                      "warningType": {
                        "type": "number"
                      },
                      "warningPercent": {
                        "type": "number"
                      },
                      "siteName": {
                        "type": "string"
                      },
                      "subnetAddresses": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "globalAllocationPolicys": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "objectClass": {
                              "type": "string"
                            },
                            "offset": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "domainControllers": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "udas": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "value": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "udas": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "name": {
                                    "type": "string"
                                  },
                                  "value": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "subnetOrgName": "example",
                    "dhcpServer": "dhcp.test.com",
                    "dhcpOptionTemplate": "general",
                    "warningType": 0,
                    "warningPercent": 0,
                    "siteName": "example",
                    "subnetAddresses": [
                      "10.10.10.0",
                      "11.11.11.0"
                    ],
                    "globalAllocationPolicys": [
                      {
                        "objectClass": "Server",
                        "offset": "10"
                      },
                      {
                        "objectClass": "Router",
                        "offset": "-5"
                      }
                    ],
                    "domainControllers": [
                      "controller.example.com",
                      "controller1.example.com"
                    ],
                    "udas": [
                      {
                        "name": "at1",
                        "value": "true"
                      }
                    ],
                    "groups": [
                      {
                        "name": "gr1",
                        "udas": [
                          {
                            "name": "at1",
                            "value": "false"
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "subnetOrgName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dhcpServerName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dhcpOptionTemplateName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "udaName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "udaValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/subnetorganization/{subnetOrgName}": {
      "put": {
        "tags": [
          "SubnetOrganization"
        ],
        "operationId": "modifySubnetOrg",
        "description": "The parameters and request body are for method: modifySubnetOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "subnetOrgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetOrgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SubnetOrganization"
        ],
        "operationId": "deleteSubnetOrg",
        "description": "The parameters and request body are for method: deleteSubnetOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "subnetOrgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetOrgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/macpool": {
      "post": {
        "tags": [
          "MacPool"
        ],
        "operationId": "createDHCPAndV4SubnetMacPool",
        "description": "The parameters and request body are for method: createDHCPAndV4SubnetMacPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "infraValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "infraType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "put": {
        "tags": [
          "MacPool"
        ],
        "operationId": "modifyDHCPAndV4SubnetMacPool",
        "description": "The parameters and request body are for method: modifyDHCPAndV4SubnetMacPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "infraValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "infraType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "MacPool"
        ],
        "operationId": "deleteDHCPAndV4SubnetMacPool",
        "description": "The parameters and request body are for method: deleteDHCPAndV4SubnetMacPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "infraValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "infraType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/macpool/{extension}{infraType}": {
      "get": {
        "tags": [
          "MacPool"
        ],
        "operationId": "getDHCPAndV4SubnetMacPool",
        "description": "The parameters and request body are for method: getDHCPAndV4SubnetMacPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "infraType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "infraType",
              "type": "string"
            }
          },
          {
            "name": "infraValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/acltemplate": {
      "post": {
        "tags": [
          "ACLTemplate"
        ],
        "operationId": "addACLTemplate",
        "description": "The parameters and request body are for method: addACLTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      }
    },
    "/v1/{orgName}/acltemplate/{aclTemplateName}{extension}": {
      "get": {
        "tags": [
          "ACLTemplate"
        ],
        "operationId": "getACLTemplate",
        "description": "The parameters and request body are for method: getACLTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "aclTemplateName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aclTemplateName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/acltemplate/{aclTemplateName}": {
      "put": {
        "tags": [
          "ACLTemplate"
        ],
        "operationId": "modifyAclTemplate",
        "description": "The parameters and request body are for method: modifyAclTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "aclTemplateName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aclTemplateName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "requestBody"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ACLTemplate"
        ],
        "operationId": "deleteAclTemplate",
        "description": "The parameters and request body are for method: deleteAclTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "aclTemplateName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aclTemplateName",
              "type": "string"
            }
          },
          {
            "name": "force",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/v1/{orgName}/acltemplate{extension}": {
      "get": {
        "tags": [
          "ACLTemplate"
        ],
        "operationId": "searchACLTemplate",
        "description": "The parameters and request body are for method: searchACLTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "templateElements": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "type": {
                              "type": "string"
                            },
                            "value": {
                              "type": "string"
                            },
                            "include": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "example",
                    "templateElements": [
                      {
                        "type": "Text",
                        "value": "example",
                        "include": false
                      },
                      {
                        "type": "IPv4 Address",
                        "value": "10.10.10.10",
                        "include": false
                      },
                      {
                        "type": "IPv4 Address",
                        "value": "11.11.11.11",
                        "include": true
                      },
                      {
                        "type": "IPv6 Address",
                        "value": "2000::1",
                        "include": false
                      }
                    ]
                  },
                  {
                    "name": "example",
                    "templateElements": [
                      {
                        "type": "Text",
                        "value": "example",
                        "include": false
                      },
                      {
                        "type": "IPv4 Address",
                        "value": "10.10.10.10",
                        "include": false
                      },
                      {
                        "type": "IPv4 Address",
                        "value": "11.11.11.11",
                        "include": true
                      },
                      {
                        "type": "IPv6 Address",
                        "value": "2000::1",
                        "include": false
                      }
                    ]
                  },
                  {
                    "name": "example",
                    "templateElements": [
                      {
                        "type": "Text",
                        "value": "example",
                        "include": false
                      },
                      {
                        "type": "IPv4 Address",
                        "value": "10.10.10.10",
                        "include": false
                      },
                      {
                        "type": "IPv4 Address",
                        "value": "11.11.11.11",
                        "include": true
                      },
                      {
                        "type": "IPv6 Address",
                        "value": "2000::1",
                        "include": false
                      }
                    ]
                  },
                  {
                    "name": "example",
                    "templateElements": [
                      {
                        "type": "Text",
                        "value": "example",
                        "include": false
                      },
                      {
                        "type": "IPv4 Address",
                        "value": "10.10.10.10",
                        "include": false
                      },
                      {
                        "type": "IPv4 Address",
                        "value": "11.11.11.11",
                        "include": true
                      },
                      {
                        "type": "IPv6 Address",
                        "value": "2000::1",
                        "include": false
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgName",
              "type": "string"
            }
          },
          {
            "name": "extension",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extension",
              "type": "string"
            }
          },
          {
            "name": "aclTemplateName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "templateElementType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "templateElementValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageIndex",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}