{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/ops/bootstrap": {
      "post": {
        "tags": [
          "Operations"
        ],
        "operationId": "postOpsBootstrap",
        "description": "The parameters and request body are for method: postOpsBootstrap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "user": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "email": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "user": "string",
                  "name": "string",
                  "email": "string",
                  "password": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ops/operators": {
      "get": {
        "tags": [
          "Operations"
        ],
        "operationId": "getOpsOperators",
        "description": "The parameters and request body are for method: getOpsOperators. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "two_factor_auth": {
                        "type": "object",
                        "properties": {
                          "secret": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      },
                      "name": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "user": {
                        "type": "string"
                      },
                      "key": {
                        "type": "string"
                      },
                      "last_access": {
                        "type": "string"
                      },
                      "password": {
                        "type": "string"
                      },
                      "email": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "two_factor_auth": {
                      "secret": "string",
                      "type": "string"
                    },
                    "name": "string",
                    "id": "string",
                    "user": "string",
                    "key": "string",
                    "last_access": "string",
                    "password": "string",
                    "email": "string"
                  },
                  {
                    "two_factor_auth": {
                      "secret": "string",
                      "type": "string"
                    },
                    "name": "string",
                    "id": "string",
                    "user": "string",
                    "key": "string",
                    "last_access": "string",
                    "password": "string",
                    "email": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Operations"
        ],
        "operationId": "putOpsOperators",
        "description": "The parameters and request body are for method: putOpsOperators. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "two_factor_auth": {
                      "type": "object",
                      "properties": {
                        "secret": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "user": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "last_access": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "email": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "two_factor_auth": {
                    "secret": "string",
                    "type": "string"
                  },
                  "name": "string",
                  "id": "string",
                  "user": "string",
                  "key": "string",
                  "last_access": "string",
                  "password": "string",
                  "email": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ops/operators/{operatorId}": {
      "get": {
        "tags": [
          "Operations"
        ],
        "operationId": "getOpsOperatorsOperatorId",
        "description": "The parameters and request body are for method: getOpsOperatorsOperatorId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "two_factor_auth": {
                      "type": "object",
                      "properties": {
                        "secret": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "user": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "last_access": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "email": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "two_factor_auth": {
                    "secret": "string",
                    "type": "string"
                  },
                  "name": "string",
                  "id": "string",
                  "user": "string",
                  "key": "string",
                  "last_access": "string",
                  "password": "string",
                  "email": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operatorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operatorId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Operations"
        ],
        "operationId": "postOpsOperatorsOperatorId",
        "description": "The parameters and request body are for method: postOpsOperatorsOperatorId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "two_factor_auth": {
                      "type": "object",
                      "properties": {
                        "secret": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "user": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "last_access": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "email": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "two_factor_auth": {
                    "secret": "string",
                    "type": "string"
                  },
                  "name": "string",
                  "id": "string",
                  "user": "string",
                  "key": "string",
                  "last_access": "string",
                  "password": "string",
                  "email": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operatorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operatorId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Operations"
        ],
        "operationId": "deleteOpsOperatorsOperatorId",
        "description": "The parameters and request body are for method: deleteOpsOperatorsOperatorId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operatorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operatorId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ops/orgs": {
      "get": {
        "tags": [
          "Operations"
        ],
        "operationId": "getOpsOrgs",
        "description": "The parameters and request body are for method: getOpsOrgs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "org_id": {
                        "type": "number"
                      },
                      "ts_create": {
                        "type": "string"
                      },
                      "ts_update": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "org_id": 2000,
                    "ts_create": "2019-08-05T19:37:08.065Z",
                    "ts_update": "2019-08-05T19:37:08.065Z",
                    "name": "My Company",
                    "id": 2000
                  },
                  {
                    "org_id": 2000,
                    "ts_create": "2019-08-05T19:37:08.065Z",
                    "ts_update": "2019-08-05T19:37:08.065Z",
                    "name": "My Company",
                    "id": 2000
                  },
                  {
                    "org_id": 2000,
                    "ts_create": "2019-08-05T19:37:08.065Z",
                    "ts_update": "2019-08-05T19:37:08.065Z",
                    "name": "My Company",
                    "id": 2000
                  },
                  {
                    "org_id": 2000,
                    "ts_create": "2019-08-05T19:37:08.065Z",
                    "ts_update": "2019-08-05T19:37:08.065Z",
                    "name": "My Company",
                    "id": 2000
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Operations"
        ],
        "operationId": "putOpsOrgs",
        "description": "The parameters and request body are for method: putOpsOrgs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "org_id": {
                      "type": "number"
                    },
                    "ts_create": {
                      "type": "string"
                    },
                    "ts_update": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "org_id": 2000,
                  "ts_create": "2019-08-05T19:37:08.065Z",
                  "ts_update": "2019-08-05T19:37:08.065Z",
                  "name": "My Company",
                  "id": 2000
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ops/orgs/{orgid}": {
      "get": {
        "tags": [
          "Operations"
        ],
        "operationId": "getOpsOrgsOrgid",
        "description": "The parameters and request body are for method: getOpsOrgsOrgid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "org_id": {
                      "type": "number"
                    },
                    "ts_create": {
                      "type": "string"
                    },
                    "ts_update": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "org_id": 2000,
                  "ts_create": "2019-08-05T19:37:08.065Z",
                  "ts_update": "2019-08-05T19:37:08.065Z",
                  "name": "My Company",
                  "id": 2000
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgid",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Operations"
        ],
        "operationId": "postOpsOrgsOrgid",
        "description": "The parameters and request body are for method: postOpsOrgsOrgid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "org_id": {
                      "type": "number"
                    },
                    "ts_create": {
                      "type": "string"
                    },
                    "ts_update": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "org_id": 2000,
                  "ts_create": "2019-08-05T19:37:08.065Z",
                  "ts_update": "2019-08-05T19:37:08.065Z",
                  "name": "My Company",
                  "id": 2000
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgid",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Operations"
        ],
        "operationId": "deleteOpsOrgsOrgid",
        "description": "The parameters and request body are for method: deleteOpsOrgsOrgid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgid",
              "type": "number"
            }
          },
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ops/orgs/{orgid}/service/groups": {
      "get": {
        "tags": [
          "Operations"
        ],
        "operationId": "getOpsOrgsOrgidServiceGroups",
        "description": "The parameters and request body are for method: getOpsOrgsOrgidServiceGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "properties": {
                        "type": "object"
                      },
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "properties": {},
                    "id": 2,
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "orgid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgid",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ops/service/defs": {
      "get": {
        "tags": [
          "ServiceDefinitions"
        ],
        "operationId": "getOpsServiceDefs",
        "description": "The parameters and request body are for method: getOpsServiceDefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "config_tree_id": {
                        "type": "number"
                      },
                      "properties": {
                        "type": "object"
                      },
                      "nameservers": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "type": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "config_tree_id": 4,
                    "properties": {},
                    "nameservers": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "type": "string",
                    "id": 4,
                    "name": "string"
                  },
                  {
                    "config_tree_id": 6,
                    "properties": {},
                    "nameservers": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "type": "string",
                    "id": 2,
                    "name": "string"
                  },
                  {
                    "config_tree_id": 5,
                    "properties": {},
                    "nameservers": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "type": "string",
                    "id": 9,
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceDefinitions"
        ],
        "operationId": "putOpsServiceDefs",
        "description": "The parameters and request body are for method: putOpsServiceDefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "config_tree_id": {
                      "type": "number"
                    },
                    "properties": {
                      "type": "object"
                    },
                    "nameservers": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "config_tree_id": 7,
                  "properties": {},
                  "nameservers": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "type": "string",
                  "id": 3,
                  "name": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ops/service/defs/{definitionid}": {
      "get": {
        "tags": [
          "ServiceDefinitions"
        ],
        "operationId": "getOpsServiceDefsDefinitionid",
        "description": "The parameters and request body are for method: getOpsServiceDefsDefinitionid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "config_tree_id": {
                      "type": "number"
                    },
                    "properties": {
                      "type": "object"
                    },
                    "nameservers": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "config_tree_id": 3,
                  "properties": {},
                  "nameservers": [
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "type": "string",
                  "id": 4,
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "definitionid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "definitionid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ServiceDefinitions"
        ],
        "operationId": "postOpsServiceDefsDefinitionid",
        "description": "The parameters and request body are for method: postOpsServiceDefsDefinitionid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "config_tree_id": {
                      "type": "number"
                    },
                    "properties": {
                      "type": "object"
                    },
                    "nameservers": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "config_tree_id": 1,
                  "properties": {},
                  "nameservers": [
                    "string"
                  ],
                  "type": "string",
                  "id": 3,
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "definitionid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "definitionid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceDefinitions"
        ],
        "operationId": "deleteOpsServiceDefsDefinitionid",
        "description": "The parameters and request body are for method: deleteOpsServiceDefsDefinitionid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "definitionid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "definitionid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ops/service/groups": {
      "get": {
        "tags": [
          "ServiceGroups"
        ],
        "operationId": "getOpsServiceGroups",
        "description": "The parameters and request body are for method: getOpsServiceGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "properties": {
                        "type": "object"
                      },
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "properties": {},
                    "id": 6,
                    "name": "string"
                  },
                  {
                    "properties": {},
                    "id": 9,
                    "name": "string"
                  },
                  {
                    "properties": {},
                    "id": 1,
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ServiceGroups"
        ],
        "operationId": "putOpsServiceGroups",
        "description": "The parameters and request body are for method: putOpsServiceGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "properties": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "properties": {},
                  "id": 1,
                  "name": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ops/service/groups/{servicegroupid}": {
      "get": {
        "tags": [
          "ServiceGroups"
        ],
        "operationId": "getOpsServiceGroupsServicegroupid",
        "description": "The parameters and request body are for method: getOpsServiceGroupsServicegroupid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "properties": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "properties": {},
                  "id": 1,
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "servicegroupid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "servicegroupid",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ServiceGroups"
        ],
        "operationId": "postOpsServiceGroupsServicegroupid",
        "description": "The parameters and request body are for method: postOpsServiceGroupsServicegroupid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "properties": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "properties": {},
                  "id": 1,
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "servicegroupid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "servicegroupid",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceGroups"
        ],
        "operationId": "deleteOpsServiceGroupsServicegroupid",
        "description": "The parameters and request body are for method: deleteOpsServiceGroupsServicegroupid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "servicegroupid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "servicegroupid",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ops/service/groups/{servicegroupid}/org/{orgid}": {
      "post": {
        "tags": [
          "ServiceGroups"
        ],
        "operationId": "postOpsServiceGroupsServicegroupidOrgOrgid",
        "description": "The parameters and request body are for method: postOpsServiceGroupsServicegroupidOrgOrgid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "org_id": {
                      "type": "string"
                    },
                    "service_group_id": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "success",
                  "org_id": "2000",
                  "service_group_id": "2"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "servicegroupid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "servicegroupid",
              "type": "number"
            }
          },
          {
            "name": "orgid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "orgid",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ops/service/groups/{servicegroupid}/orgs": {
      "get": {
        "tags": [
          "ServiceGroups"
        ],
        "operationId": "getOpsServiceGroupsServicegroupidOrgs",
        "description": "The parameters and request body are for method: getOpsServiceGroupsServicegroupidOrgs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "org_id": {
                        "type": "number"
                      },
                      "ts_create": {
                        "type": "string"
                      },
                      "ts_update": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "org_id": 2000,
                    "ts_create": "2019-08-05T19:37:08.065Z",
                    "ts_update": "2019-08-05T19:37:08.065Z",
                    "name": "My Company",
                    "id": 2000
                  },
                  {
                    "org_id": 2000,
                    "ts_create": "2019-08-05T19:37:08.065Z",
                    "ts_update": "2019-08-05T19:37:08.065Z",
                    "name": "My Company",
                    "id": 2000
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "servicegroupid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "servicegroupid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/network": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamNetwork",
        "description": "The parameters and request body are for method: getIpamNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "rt": {
                        "type": "string"
                      },
                      "tags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "desc": {
                        "type": "string"
                      },
                      "kvps": {
                        "type": "object"
                      },
                      "free_addresses_v4": {
                        "type": "string"
                      },
                      "used_addresses_v4": {
                        "type": "string"
                      },
                      "total_addresses_v4": {
                        "type": "string"
                      },
                      "num_prefixes_v4": {
                        "type": "string"
                      },
                      "free_addresses_v6": {
                        "type": "string"
                      },
                      "used_addresses_v6": {
                        "type": "string"
                      },
                      "total_addresses_v6": {
                        "type": "string"
                      },
                      "num_prefixes_v6": {
                        "type": "string"
                      },
                      "addresses": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "addr_id": {
                              "type": "number"
                            },
                            "prefix": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "rt": "string",
                    "tags": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "desc": "string",
                    "kvps": {},
                    "free_addresses_v4": "string",
                    "used_addresses_v4": "string",
                    "total_addresses_v4": "string",
                    "num_prefixes_v4": "string",
                    "free_addresses_v6": "string",
                    "used_addresses_v6": "string",
                    "total_addresses_v6": "string",
                    "num_prefixes_v6": "string",
                    "addresses": [
                      {
                        "addr_id": 0,
                        "prefix": "string",
                        "name": "string"
                      }
                    ]
                  },
                  {
                    "name": "string",
                    "rt": "string",
                    "tags": [
                      "string"
                    ],
                    "desc": "string",
                    "kvps": {},
                    "free_addresses_v4": "string",
                    "used_addresses_v4": "string",
                    "total_addresses_v4": "string",
                    "num_prefixes_v4": "string",
                    "free_addresses_v6": "string",
                    "used_addresses_v6": "string",
                    "total_addresses_v6": "string",
                    "num_prefixes_v6": "string",
                    "addresses": [
                      {
                        "addr_id": 0,
                        "prefix": "string",
                        "name": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "IPAM"
        ],
        "operationId": "putIpamNetwork",
        "description": "The parameters and request body are for method: putIpamNetwork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "rt": {
                      "type": "string"
                    },
                    "tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "desc": {
                      "type": "string"
                    },
                    "kvps": {
                      "type": "object"
                    },
                    "free_addresses_v4": {
                      "type": "string"
                    },
                    "used_addresses_v4": {
                      "type": "string"
                    },
                    "total_addresses_v4": {
                      "type": "string"
                    },
                    "num_prefixes_v4": {
                      "type": "string"
                    },
                    "free_addresses_v6": {
                      "type": "string"
                    },
                    "used_addresses_v6": {
                      "type": "string"
                    },
                    "total_addresses_v6": {
                      "type": "string"
                    },
                    "num_prefixes_v6": {
                      "type": "string"
                    },
                    "addresses": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "addr_id": {
                            "type": "number"
                          },
                          "prefix": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "rt": "string",
                  "tags": [
                    "string",
                    "string",
                    "string"
                  ],
                  "desc": "string",
                  "kvps": {},
                  "free_addresses_v4": "string",
                  "used_addresses_v4": "string",
                  "total_addresses_v4": "string",
                  "num_prefixes_v4": "string",
                  "free_addresses_v6": "string",
                  "used_addresses_v6": "string",
                  "total_addresses_v6": "string",
                  "num_prefixes_v6": "string",
                  "addresses": [
                    {
                      "addr_id": 0,
                      "prefix": "string",
                      "name": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ipam/network/{networkId}": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamNetworkNetworkId",
        "description": "The parameters and request body are for method: getIpamNetworkNetworkId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "rt": {
                      "type": "string"
                    },
                    "tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "desc": {
                      "type": "string"
                    },
                    "kvps": {
                      "type": "object"
                    },
                    "free_addresses_v4": {
                      "type": "string"
                    },
                    "used_addresses_v4": {
                      "type": "string"
                    },
                    "total_addresses_v4": {
                      "type": "string"
                    },
                    "num_prefixes_v4": {
                      "type": "string"
                    },
                    "free_addresses_v6": {
                      "type": "string"
                    },
                    "used_addresses_v6": {
                      "type": "string"
                    },
                    "total_addresses_v6": {
                      "type": "string"
                    },
                    "num_prefixes_v6": {
                      "type": "string"
                    },
                    "addresses": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "addr_id": {
                            "type": "number"
                          },
                          "prefix": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "rt": "string",
                  "tags": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "desc": "string",
                  "kvps": {},
                  "free_addresses_v4": "string",
                  "used_addresses_v4": "string",
                  "total_addresses_v4": "string",
                  "num_prefixes_v4": "string",
                  "free_addresses_v6": "string",
                  "used_addresses_v6": "string",
                  "total_addresses_v6": "string",
                  "num_prefixes_v6": "string",
                  "addresses": [
                    {
                      "addr_id": 0,
                      "prefix": "string",
                      "name": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "IPAM"
        ],
        "operationId": "postIpamNetworkNetworkId",
        "description": "The parameters and request body are for method: postIpamNetworkNetworkId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "rt": {
                      "type": "string"
                    },
                    "tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "desc": {
                      "type": "string"
                    },
                    "kvps": {
                      "type": "object"
                    },
                    "free_addresses_v4": {
                      "type": "string"
                    },
                    "used_addresses_v4": {
                      "type": "string"
                    },
                    "total_addresses_v4": {
                      "type": "string"
                    },
                    "num_prefixes_v4": {
                      "type": "string"
                    },
                    "free_addresses_v6": {
                      "type": "string"
                    },
                    "used_addresses_v6": {
                      "type": "string"
                    },
                    "total_addresses_v6": {
                      "type": "string"
                    },
                    "num_prefixes_v6": {
                      "type": "string"
                    },
                    "addresses": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "addr_id": {
                            "type": "number"
                          },
                          "prefix": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "rt": "string",
                  "tags": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "desc": "string",
                  "kvps": {},
                  "free_addresses_v4": "string",
                  "used_addresses_v4": "string",
                  "total_addresses_v4": "string",
                  "num_prefixes_v4": "string",
                  "free_addresses_v6": "string",
                  "used_addresses_v6": "string",
                  "total_addresses_v6": "string",
                  "num_prefixes_v6": "string",
                  "addresses": [
                    {
                      "addr_id": 0,
                      "prefix": "string",
                      "name": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "IPAM"
        ],
        "operationId": "deleteIpamNetworkNetworkId",
        "description": "The parameters and request body are for method: deleteIpamNetworkNetworkId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/network/{networkId}/report": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamNetworkNetworkIdReport",
        "description": "The parameters and request body are for method: getIpamNetworkNetworkIdReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "v4": {
                      "type": "object"
                    },
                    "v6": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "v4": {},
                  "v6": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/address": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamAddress",
        "description": "The parameters and request body are for method: getIpamAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "prefix": {
                        "type": "string"
                      },
                      "network_id": {
                        "type": "number"
                      },
                      "kvps": {
                        "type": "object"
                      },
                      "tags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "desc": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "inherited_tags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "total_addresses": {
                        "type": "string"
                      },
                      "children": {
                        "type": "number"
                      },
                      "free_addresses": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "indent": {
                        "type": "number"
                      },
                      "used_addresses": {
                        "type": "string"
                      },
                      "parent": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "prefix": "string",
                    "network_id": 1,
                    "kvps": {},
                    "tags": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "desc": "string",
                    "status": "string",
                    "name": "string",
                    "inherited_tags": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "total_addresses": "string",
                    "children": 1,
                    "free_addresses": "string",
                    "id": 1,
                    "indent": 7,
                    "used_addresses": "string",
                    "parent": {}
                  },
                  {
                    "prefix": "string",
                    "network_id": 5,
                    "kvps": {},
                    "tags": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "desc": "string",
                    "status": "string",
                    "name": "string",
                    "inherited_tags": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "total_addresses": "string",
                    "children": 5,
                    "free_addresses": "string",
                    "id": 6,
                    "indent": 5,
                    "used_addresses": "string",
                    "parent": {}
                  },
                  {
                    "prefix": "string",
                    "network_id": 10,
                    "kvps": {},
                    "tags": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "desc": "string",
                    "status": "string",
                    "name": "string",
                    "inherited_tags": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "total_addresses": "string",
                    "children": 10,
                    "free_addresses": "string",
                    "id": 8,
                    "indent": 10,
                    "used_addresses": "string",
                    "parent": {}
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "IPAM"
        ],
        "operationId": "putIpamAddress",
        "description": "The parameters and request body are for method: putIpamAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "prefix": {
                      "type": "string"
                    },
                    "network_id": {
                      "type": "number"
                    },
                    "kvps": {
                      "type": "object"
                    },
                    "tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "desc": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "inherited_tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "total_addresses": {
                      "type": "string"
                    },
                    "children": {
                      "type": "number"
                    },
                    "free_addresses": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indent": {
                      "type": "number"
                    },
                    "used_addresses": {
                      "type": "string"
                    },
                    "parent": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "prefix": "string",
                  "network_id": 4,
                  "kvps": {},
                  "tags": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "desc": "string",
                  "status": "string",
                  "name": "string",
                  "inherited_tags": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "total_addresses": "string",
                  "children": 9,
                  "free_addresses": "string",
                  "id": 8,
                  "indent": 3,
                  "used_addresses": "string",
                  "parent": {}
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ipam/address/search": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamAddressSearch",
        "description": "The parameters and request body are for method: getIpamAddressSearch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "prefix": {
                        "type": "string"
                      },
                      "network_id": {
                        "type": "number"
                      },
                      "kvps": {
                        "type": "object"
                      },
                      "tags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "desc": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "inherited_tags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "total_addresses": {
                        "type": "string"
                      },
                      "children": {
                        "type": "number"
                      },
                      "free_addresses": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "indent": {
                        "type": "number"
                      },
                      "used_addresses": {
                        "type": "string"
                      },
                      "parent": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "prefix": "string",
                    "network_id": 6,
                    "kvps": {},
                    "tags": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "desc": "string",
                    "status": "string",
                    "name": "string",
                    "inherited_tags": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "total_addresses": "string",
                    "children": 10,
                    "free_addresses": "string",
                    "id": 6,
                    "indent": 7,
                    "used_addresses": "string",
                    "parent": {}
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "network",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "max",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "orderBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ascDesc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mask",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "prefix",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/address/{addressId}": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamAddressAddressId",
        "description": "The parameters and request body are for method: getIpamAddressAddressId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "prefix": {
                      "type": "string"
                    },
                    "network_id": {
                      "type": "number"
                    },
                    "kvps": {
                      "type": "object"
                    },
                    "tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "desc": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "inherited_tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "total_addresses": {
                      "type": "string"
                    },
                    "children": {
                      "type": "number"
                    },
                    "free_addresses": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indent": {
                      "type": "number"
                    },
                    "used_addresses": {
                      "type": "string"
                    },
                    "parent": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "prefix": "string",
                  "network_id": 10,
                  "kvps": {},
                  "tags": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "desc": "string",
                  "status": "string",
                  "name": "string",
                  "inherited_tags": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "total_addresses": "string",
                  "children": 2,
                  "free_addresses": "string",
                  "id": 4,
                  "indent": 4,
                  "used_addresses": "string",
                  "parent": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "addressId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "addressId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "IPAM"
        ],
        "operationId": "postIpamAddressAddressId",
        "description": "The parameters and request body are for method: postIpamAddressAddressId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "prefix": {
                      "type": "string"
                    },
                    "network_id": {
                      "type": "number"
                    },
                    "kvps": {
                      "type": "object"
                    },
                    "tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "desc": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "inherited_tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "total_addresses": {
                      "type": "string"
                    },
                    "children": {
                      "type": "number"
                    },
                    "free_addresses": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indent": {
                      "type": "number"
                    },
                    "used_addresses": {
                      "type": "string"
                    },
                    "parent": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "prefix": "string",
                  "network_id": 8,
                  "kvps": {},
                  "tags": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "desc": "string",
                  "status": "string",
                  "name": "string",
                  "inherited_tags": [
                    "string",
                    "string",
                    "string"
                  ],
                  "total_addresses": "string",
                  "children": 10,
                  "free_addresses": "string",
                  "id": 6,
                  "indent": 10,
                  "used_addresses": "string",
                  "parent": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "addressId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "addressId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "IPAM"
        ],
        "operationId": "deleteIpamAddressAddressId",
        "description": "The parameters and request body are for method: deleteIpamAddressAddressId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "prefix": {
                      "type": "string"
                    },
                    "network_id": {
                      "type": "number"
                    },
                    "kvps": {
                      "type": "object"
                    },
                    "tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "desc": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "inherited_tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "total_addresses": {
                      "type": "string"
                    },
                    "children": {
                      "type": "number"
                    },
                    "free_addresses": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indent": {
                      "type": "number"
                    },
                    "used_addresses": {
                      "type": "string"
                    },
                    "parent": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "prefix": "string",
                  "network_id": 6,
                  "kvps": {},
                  "tags": [
                    "string",
                    "string",
                    "string"
                  ],
                  "desc": "string",
                  "status": "string",
                  "name": "string",
                  "inherited_tags": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "total_addresses": "string",
                  "children": 10,
                  "free_addresses": "string",
                  "id": 10,
                  "indent": 7,
                  "used_addresses": "string",
                  "parent": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "addressId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "addressId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/address/{addressId}/split": {
      "post": {
        "tags": [
          "IPAM"
        ],
        "operationId": "postIpamAddressAddressIdSplit",
        "description": "The parameters and request body are for method: postIpamAddressAddressIdSplit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "prefix": {
                      "type": "string"
                    },
                    "network_id": {
                      "type": "number"
                    },
                    "kvps": {
                      "type": "object"
                    },
                    "tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "desc": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "inherited_tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "total_addresses": {
                      "type": "string"
                    },
                    "children": {
                      "type": "number"
                    },
                    "free_addresses": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indent": {
                      "type": "number"
                    },
                    "used_addresses": {
                      "type": "string"
                    },
                    "parent": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "prefix": "string",
                  "network_id": 5,
                  "kvps": {},
                  "tags": [
                    "string"
                  ],
                  "desc": "string",
                  "status": "string",
                  "name": "string",
                  "inherited_tags": [
                    "string",
                    "string",
                    "string"
                  ],
                  "total_addresses": "string",
                  "children": 3,
                  "free_addresses": "string",
                  "id": 6,
                  "indent": 4,
                  "used_addresses": "string",
                  "parent": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "addressId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "addressId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ipam/address/{addressId}/merge": {
      "post": {
        "tags": [
          "IPAM"
        ],
        "operationId": "postIpamAddressAddressIdMerge",
        "description": "The parameters and request body are for method: postIpamAddressAddressIdMerge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "prefix": {
                      "type": "string"
                    },
                    "network_id": {
                      "type": "number"
                    },
                    "kvps": {
                      "type": "object"
                    },
                    "tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "desc": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "inherited_tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "total_addresses": {
                      "type": "string"
                    },
                    "children": {
                      "type": "number"
                    },
                    "free_addresses": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indent": {
                      "type": "number"
                    },
                    "used_addresses": {
                      "type": "string"
                    },
                    "parent": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "prefix": "string",
                  "network_id": 2,
                  "kvps": {},
                  "tags": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "desc": "string",
                  "status": "string",
                  "name": "string",
                  "inherited_tags": [
                    "string",
                    "string"
                  ],
                  "total_addresses": "string",
                  "children": 7,
                  "free_addresses": "string",
                  "id": 9,
                  "indent": 2,
                  "used_addresses": "string",
                  "parent": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "addressId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "addressId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ipam/address/{addressId}/children": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamAddressAddressIdChildren",
        "description": "The parameters and request body are for method: getIpamAddressAddressIdChildren. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "prefix": {
                        "type": "string"
                      },
                      "network_id": {
                        "type": "number"
                      },
                      "kvps": {
                        "type": "object"
                      },
                      "tags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "desc": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "inherited_tags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "total_addresses": {
                        "type": "string"
                      },
                      "children": {
                        "type": "number"
                      },
                      "free_addresses": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "indent": {
                        "type": "number"
                      },
                      "used_addresses": {
                        "type": "string"
                      },
                      "parent": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "prefix": "string",
                    "network_id": 10,
                    "kvps": {},
                    "tags": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "desc": "string",
                    "status": "string",
                    "name": "string",
                    "inherited_tags": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "total_addresses": "string",
                    "children": 3,
                    "free_addresses": "string",
                    "id": 7,
                    "indent": 1,
                    "used_addresses": "string",
                    "parent": {}
                  },
                  {
                    "prefix": "string",
                    "network_id": 3,
                    "kvps": {},
                    "tags": [
                      "string",
                      "string",
                      "string"
                    ],
                    "desc": "string",
                    "status": "string",
                    "name": "string",
                    "inherited_tags": [
                      "string",
                      "string"
                    ],
                    "total_addresses": "string",
                    "children": 2,
                    "free_addresses": "string",
                    "id": 3,
                    "indent": 6,
                    "used_addresses": "string",
                    "parent": {}
                  },
                  {
                    "prefix": "string",
                    "network_id": 9,
                    "kvps": {},
                    "tags": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "desc": "string",
                    "status": "string",
                    "name": "string",
                    "inherited_tags": [
                      "string",
                      "string"
                    ],
                    "total_addresses": "string",
                    "children": 1,
                    "free_addresses": "string",
                    "id": 3,
                    "indent": 4,
                    "used_addresses": "string",
                    "parent": {}
                  },
                  {
                    "prefix": "string",
                    "network_id": 10,
                    "kvps": {},
                    "tags": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "desc": "string",
                    "status": "string",
                    "name": "string",
                    "inherited_tags": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "total_addresses": "string",
                    "children": 6,
                    "free_addresses": "string",
                    "id": 9,
                    "indent": 8,
                    "used_addresses": "string",
                    "parent": {}
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "addressId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "addressId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/address/{addressId}/parent": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamAddressAddressIdParent",
        "description": "The parameters and request body are for method: getIpamAddressAddressIdParent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "prefix": {
                      "type": "string"
                    },
                    "network_id": {
                      "type": "number"
                    },
                    "kvps": {
                      "type": "object"
                    },
                    "tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "desc": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "inherited_tags": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "total_addresses": {
                      "type": "string"
                    },
                    "children": {
                      "type": "number"
                    },
                    "free_addresses": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indent": {
                      "type": "number"
                    },
                    "used_addresses": {
                      "type": "string"
                    },
                    "parent": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "prefix": "string",
                  "network_id": 5,
                  "kvps": {},
                  "tags": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "desc": "string",
                  "status": "string",
                  "name": "string",
                  "inherited_tags": [
                    "string",
                    "string"
                  ],
                  "total_addresses": "string",
                  "children": 10,
                  "free_addresses": "string",
                  "id": 8,
                  "indent": 6,
                  "used_addresses": "string",
                  "parent": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "addressId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "addressId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/address/{addressId}/adjacent": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamAddressAddressIdAdjacent",
        "description": "The parameters and request body are for method: getIpamAddressAddressIdAdjacent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "prefix": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "prefix": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "addressId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "addressId",
              "type": "number"
            }
          },
          {
            "name": "previous",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/address/{subnetId}/pool": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamAddressSubnetIdPool",
        "description": "The parameters and request body are for method: getIpamAddressSubnetIdPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "range": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "options": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "value": {
                              "type": "number"
                            },
                            "always_send": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "range": "string",
                    "id": 7,
                    "options": [
                      {
                        "name": "string",
                        "value": 9,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 8,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 6,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 9,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 1,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 2,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 3,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 7,
                        "always_send": true
                      }
                    ]
                  },
                  {
                    "range": "string",
                    "id": 6,
                    "options": [
                      {
                        "name": "string",
                        "value": 10,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 9,
                        "always_send": false
                      }
                    ]
                  },
                  {
                    "range": "string",
                    "id": 4,
                    "options": [
                      {
                        "name": "string",
                        "value": 7,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 2,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 6,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 9,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 8,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 7,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 8,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 10,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 4,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 2,
                        "always_send": true
                      }
                    ]
                  },
                  {
                    "range": "string",
                    "id": 4,
                    "options": [
                      {
                        "name": "string",
                        "value": 6,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 6,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 7,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 5,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 1,
                        "always_send": false
                      },
                      {
                        "name": "string",
                        "value": 2,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 1,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 4,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 4,
                        "always_send": true
                      },
                      {
                        "name": "string",
                        "value": 7,
                        "always_send": true
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "IPAM"
        ],
        "operationId": "putIpamAddressSubnetIdPool",
        "description": "The parameters and request body are for method: putIpamAddressSubnetIdPool. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "range": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "options": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          },
                          "always_send": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "range": "string",
                  "id": 10,
                  "options": [
                    {
                      "name": "string",
                      "value": 3,
                      "always_send": true
                    },
                    {
                      "name": "string",
                      "value": 8,
                      "always_send": false
                    },
                    {
                      "name": "string",
                      "value": 7,
                      "always_send": true
                    },
                    {
                      "name": "string",
                      "value": 4,
                      "always_send": true
                    },
                    {
                      "name": "string",
                      "value": 4,
                      "always_send": false
                    },
                    {
                      "name": "string",
                      "value": 7,
                      "always_send": true
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ipam/address/{subnetId}/pool/{poolId}": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamAddressSubnetIdPoolPoolId",
        "description": "The parameters and request body are for method: getIpamAddressSubnetIdPoolPoolId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "range": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "options": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          },
                          "always_send": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "range": "string",
                  "id": 8,
                  "options": [
                    {
                      "name": "string",
                      "value": 6,
                      "always_send": false
                    },
                    {
                      "name": "string",
                      "value": 1,
                      "always_send": true
                    },
                    {
                      "name": "string",
                      "value": 3,
                      "always_send": true
                    },
                    {
                      "name": "string",
                      "value": 5,
                      "always_send": false
                    },
                    {
                      "name": "string",
                      "value": 5,
                      "always_send": true
                    },
                    {
                      "name": "string",
                      "value": 5,
                      "always_send": false
                    },
                    {
                      "name": "string",
                      "value": 10,
                      "always_send": false
                    },
                    {
                      "name": "string",
                      "value": 3,
                      "always_send": true
                    },
                    {
                      "name": "string",
                      "value": 9,
                      "always_send": true
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "number"
            }
          },
          {
            "name": "poolId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "poolId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "IPAM"
        ],
        "operationId": "postIpamAddressSubnetIdPoolPoolId",
        "description": "The parameters and request body are for method: postIpamAddressSubnetIdPoolPoolId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "range": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "options": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          },
                          "always_send": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "range": "string",
                  "id": 2,
                  "options": [
                    {
                      "name": "string",
                      "value": 1,
                      "always_send": false
                    },
                    {
                      "name": "string",
                      "value": 1,
                      "always_send": false
                    },
                    {
                      "name": "string",
                      "value": 2,
                      "always_send": false
                    },
                    {
                      "name": "string",
                      "value": 5,
                      "always_send": false
                    },
                    {
                      "name": "string",
                      "value": 6,
                      "always_send": true
                    },
                    {
                      "name": "string",
                      "value": 1,
                      "always_send": false
                    },
                    {
                      "name": "string",
                      "value": 6,
                      "always_send": true
                    },
                    {
                      "name": "string",
                      "value": 2,
                      "always_send": true
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "number"
            }
          },
          {
            "name": "poolId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "poolId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "IPAM"
        ],
        "operationId": "deleteIpamAddressSubnetIdPoolPoolId",
        "description": "The parameters and request body are for method: deleteIpamAddressSubnetIdPoolPoolId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subnetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subnetId",
              "type": "number"
            }
          },
          {
            "name": "poolId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "poolId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/tags": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamTags",
        "description": "The parameters and request body are for method: getIpamTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipam/keys": {
      "get": {
        "tags": [
          "IPAM"
        ],
        "operationId": "getIpamKeys",
        "description": "The parameters and request body are for method: getIpamKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dhcp/scope": {
      "get": {
        "tags": [
          "DHCP"
        ],
        "operationId": "getDhcpScope",
        "description": "The parameters and request body are for method: getDhcpScope. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "address_id": {
                        "type": "number"
                      },
                      "scope_group_id": {
                        "type": "number"
                      },
                      "options": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "name": {
                        "type": "string"
                      },
                      "value": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "id": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "address_id": 6,
                    "scope_group_id": 9,
                    "options": [
                      {}
                    ],
                    "name": "string",
                    "value": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "id": 2
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "DHCP"
        ],
        "operationId": "putDhcpScope",
        "description": "The parameters and request body are for method: putDhcpScope. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "address_id": {
                      "type": "number"
                    },
                    "scope_group_id": {
                      "type": "number"
                    },
                    "options": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "address_id": 1,
                  "scope_group_id": 1,
                  "options": [
                    {},
                    {},
                    {},
                    {},
                    {},
                    {},
                    {}
                  ],
                  "name": "string",
                  "value": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "id": 4
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/dhcp/scope/{scopeID}": {
      "get": {
        "tags": [
          "DHCP"
        ],
        "operationId": "getDhcpScopeScopeID",
        "description": "The parameters and request body are for method: getDhcpScopeScopeID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "address_id": {
                      "type": "number"
                    },
                    "scope_group_id": {
                      "type": "number"
                    },
                    "options": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "address_id": 9,
                  "scope_group_id": 2,
                  "options": [
                    {},
                    {},
                    {},
                    {},
                    {},
                    {}
                  ],
                  "name": "string",
                  "value": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "id": 2
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scopeID",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scopeID",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DHCP"
        ],
        "operationId": "postDhcpScopeScopeID",
        "description": "The parameters and request body are for method: postDhcpScopeScopeID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "address_id": {
                      "type": "number"
                    },
                    "scope_group_id": {
                      "type": "number"
                    },
                    "options": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "address_id": 10,
                  "scope_group_id": 6,
                  "options": [
                    {},
                    {},
                    {}
                  ],
                  "name": "string",
                  "value": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "id": 2
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scopeID",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scopeID",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DHCP"
        ],
        "operationId": "deleteDhcpScopeScopeID",
        "description": "The parameters and request body are for method: deleteDhcpScopeScopeID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "address_id": {
                      "type": "number"
                    },
                    "scope_group_id": {
                      "type": "number"
                    },
                    "options": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "address_id": 5,
                  "scope_group_id": 8,
                  "options": [
                    {},
                    {},
                    {},
                    {},
                    {},
                    {},
                    {}
                  ],
                  "name": "string",
                  "value": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "id": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scopeID",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scopeID",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dhcp/scope/group": {
      "get": {
        "tags": [
          "DHCP"
        ],
        "operationId": "getDhcpScopeGroup",
        "description": "The parameters and request body are for method: getDhcpScopeGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "dhcp_service_id": {
                        "type": "number"
                      },
                      "dhcpv4": {
                        "type": "object"
                      },
                      "dhcpv6": {
                        "type": "object"
                      },
                      "id": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "dhcp_service_id": 6,
                    "dhcpv4": {},
                    "dhcpv6": {},
                    "id": 1
                  },
                  {
                    "name": "string",
                    "dhcp_service_id": 1,
                    "dhcpv4": {},
                    "dhcpv6": {},
                    "id": 7
                  },
                  {
                    "name": "string",
                    "dhcp_service_id": 10,
                    "dhcpv4": {},
                    "dhcpv6": {},
                    "id": 4
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "DHCP"
        ],
        "operationId": "putDhcpScopeGroup",
        "description": "The parameters and request body are for method: putDhcpScopeGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "dhcp_service_id": {
                      "type": "number"
                    },
                    "dhcpv4": {
                      "type": "object"
                    },
                    "dhcpv6": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "dhcp_service_id": 1,
                  "dhcpv4": {},
                  "dhcpv6": {},
                  "id": 9
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/dhcp/scopegroup/{scopegroupID}": {
      "get": {
        "tags": [
          "DHCP"
        ],
        "operationId": "getDhcpScopegroupScopegroupID",
        "description": "The parameters and request body are for method: getDhcpScopegroupScopegroupID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "dhcp_service_id": {
                      "type": "number"
                    },
                    "dhcpv4": {
                      "type": "object"
                    },
                    "dhcpv6": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "dhcp_service_id": 5,
                  "dhcpv4": {},
                  "dhcpv6": {},
                  "id": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scopegroupID",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scopegroupID",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DHCP"
        ],
        "operationId": "postDhcpScopegroupScopegroupID",
        "description": "The parameters and request body are for method: postDhcpScopegroupScopegroupID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "dhcp_service_id": {
                      "type": "number"
                    },
                    "dhcpv4": {
                      "type": "object"
                    },
                    "dhcpv6": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "dhcp_service_id": 7,
                  "dhcpv4": {},
                  "dhcpv6": {},
                  "id": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scopegroupID",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scopegroupID",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DHCP"
        ],
        "operationId": "deleteDhcpScopegroupScopegroupID",
        "description": "The parameters and request body are for method: deleteDhcpScopegroupScopegroupID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "dhcp_service_id": {
                      "type": "number"
                    },
                    "dhcpv4": {
                      "type": "object"
                    },
                    "dhcpv6": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "dhcp_service_id": 9,
                  "dhcpv4": {},
                  "dhcpv6": {},
                  "id": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scopegroupID",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scopegroupID",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dhcp/scopegroup/{scopegroupID}/report": {
      "get": {
        "tags": [
          "DHCP"
        ],
        "operationId": "getDhcpScopegroupScopegroupIDReport",
        "description": "The parameters and request body are for method: getDhcpScopegroupScopegroupIDReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "v4": {
                      "type": "object"
                    },
                    "v6": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "v4": {},
                  "v6": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scopegroupID",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scopegroupID",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dhcp/reservation": {
      "get": {
        "tags": [
          "DHCP"
        ],
        "operationId": "getDhcpReservation",
        "description": "The parameters and request body are for method: getDhcpReservation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "value": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "options": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "mac": {
                        "type": "string"
                      },
                      "scope_group_id": {
                        "type": "number"
                      },
                      "address_id": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "value": [
                      "string",
                      "string"
                    ],
                    "options": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "mac": "string",
                    "scope_group_id": 1,
                    "address_id": 1
                  },
                  {
                    "name": "string",
                    "value": [
                      "string",
                      "string"
                    ],
                    "options": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "mac": "string",
                    "scope_group_id": 7,
                    "address_id": 9
                  },
                  {
                    "name": "string",
                    "value": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "options": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "mac": "string",
                    "scope_group_id": 1,
                    "address_id": 7
                  },
                  {
                    "name": "string",
                    "value": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "options": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "mac": "string",
                    "scope_group_id": 9,
                    "address_id": 6
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "DHCP"
        ],
        "operationId": "putDhcpReservation",
        "description": "The parameters and request body are for method: putDhcpReservation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "options": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "mac": {
                      "type": "string"
                    },
                    "scope_group_id": {
                      "type": "number"
                    },
                    "address_id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "value": [
                    "string",
                    "string"
                  ],
                  "options": [
                    {},
                    {},
                    {},
                    {},
                    {},
                    {}
                  ],
                  "mac": "string",
                  "scope_group_id": 9,
                  "address_id": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/dhcp/reservation/{reservationId}": {
      "get": {
        "tags": [
          "DHCP"
        ],
        "operationId": "getDhcpReservationReservationId",
        "description": "The parameters and request body are for method: getDhcpReservationReservationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "options": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "mac": {
                      "type": "string"
                    },
                    "scope_group_id": {
                      "type": "number"
                    },
                    "address_id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "value": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "options": [
                    {},
                    {},
                    {},
                    {},
                    {}
                  ],
                  "mac": "string",
                  "scope_group_id": 6,
                  "address_id": 2
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reservationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reservationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DHCP"
        ],
        "operationId": "postDhcpReservationReservationId",
        "description": "The parameters and request body are for method: postDhcpReservationReservationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "dhcp_service_id": {
                      "type": "number"
                    },
                    "dhcpv4": {
                      "type": "object"
                    },
                    "dhcpv6": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "dhcp_service_id": 9,
                  "dhcpv4": {},
                  "dhcpv6": {},
                  "id": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reservationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reservationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DHCP"
        ],
        "operationId": "deleteDhcpReservationReservationId",
        "description": "The parameters and request body are for method: deleteDhcpReservationReservationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reservationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reservationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dhcp/lease": {
      "get": {
        "tags": [
          "DHCP"
        ],
        "operationId": "getDhcpLease",
        "description": "The parameters and request body are for method: getDhcpLease. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "prefix": {
                      "type": "string"
                    },
                    "scope_group_id": {
                      "type": "number"
                    },
                    "dhcid": {
                      "type": "string"
                    },
                    "mac": {
                      "type": "string"
                    },
                    "expiration": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "prefix": "string",
                  "scope_group_id": 7,
                  "dhcid": "string",
                  "mac": "string",
                  "expiration": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dhcp/optiondef": {
      "get": {
        "tags": [
          "DHCP"
        ],
        "operationId": "getDhcpOptiondef",
        "description": "The parameters and request body are for method: getDhcpOptiondef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dhcp/optiondef/{space}/{key}": {
      "post": {
        "tags": [
          "DHCP"
        ],
        "operationId": "postDhcpOptiondefSpaceKey",
        "description": "The parameters and request body are for method: postDhcpOptiondefSpaceKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "number"
                    },
                    "description": {
                      "type": "string"
                    },
                    "space": {
                      "type": "string"
                    },
                    "friendly_name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "schema": {
                      "type": "object"
                    },
                    "standard": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "code": 6,
                  "description": "string",
                  "space": "string",
                  "friendly_name": "string",
                  "key": "string",
                  "schema": {},
                  "standard": false
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "space",
            "in": "path",
            "required": true,
            "schema": {
              "title": "space",
              "type": "string"
            }
          },
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "DHCP"
        ],
        "operationId": "putDhcpOptiondefSpaceKey",
        "description": "The parameters and request body are for method: putDhcpOptiondefSpaceKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "number"
                    },
                    "description": {
                      "type": "string"
                    },
                    "space": {
                      "type": "string"
                    },
                    "friendly_name": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "schema": {
                      "type": "object"
                    },
                    "standard": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "code": 5,
                  "description": "string",
                  "space": "string",
                  "friendly_name": "string",
                  "key": "string",
                  "schema": {},
                  "standard": false
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "space",
            "in": "path",
            "required": true,
            "schema": {
              "title": "space",
              "type": "string"
            }
          },
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DHCP"
        ],
        "operationId": "deleteDhcpOptiondefSpaceKey",
        "description": "The parameters and request body are for method: deleteDhcpOptiondefSpaceKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "space",
            "in": "path",
            "required": true,
            "schema": {
              "title": "space",
              "type": "string"
            }
          },
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/activedirectory": {
      "get": {
        "tags": [
          "ActiveDirectory"
        ],
        "operationId": "getActivedirectory",
        "description": "The parameters and request body are for method: getActivedirectory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "server": {
                      "type": "string"
                    },
                    "port": {
                      "type": "number"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "base_dn": {
                      "type": "string"
                    },
                    "user": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "secure": {
                      "type": "boolean"
                    },
                    "tls_cert": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "server": "string",
                  "port": 6,
                  "domain": "string",
                  "base_dn": "string",
                  "user": "string",
                  "password": "string",
                  "secure": false,
                  "tls_cert": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ActiveDirectory"
        ],
        "operationId": "postActivedirectory",
        "description": "The parameters and request body are for method: postActivedirectory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "server": {
                      "type": "string"
                    },
                    "port": {
                      "type": "number"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "base_dn": {
                      "type": "string"
                    },
                    "user": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "secure": {
                      "type": "boolean"
                    },
                    "tls_cert": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "server": "string",
                  "port": 2,
                  "domain": "string",
                  "base_dn": "string",
                  "user": "string",
                  "password": "string",
                  "secure": true,
                  "tls_cert": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "ActiveDirectory"
        ],
        "operationId": "putActivedirectory",
        "description": "The parameters and request body are for method: putActivedirectory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "server": {
                      "type": "string"
                    },
                    "port": {
                      "type": "number"
                    },
                    "domain": {
                      "type": "string"
                    },
                    "base_dn": {
                      "type": "string"
                    },
                    "user": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "secure": {
                      "type": "boolean"
                    },
                    "tls_cert": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "server": "string",
                  "port": 2,
                  "domain": "string",
                  "base_dn": "string",
                  "user": "string",
                  "password": "string",
                  "secure": true,
                  "tls_cert": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ActiveDirectory"
        ],
        "operationId": "deleteActivedirectory",
        "description": "The parameters and request body are for method: deleteActivedirectory. 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": {}
            }
          }
        }
      }
    },
    "/activedirectory/test": {
      "post": {
        "tags": [
          "ActiveDirectory"
        ],
        "operationId": "postActivedirectoryTest",
        "description": "The parameters and request body are for method: postActivedirectoryTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}